Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 419 Bytes

File metadata and controls

16 lines (12 loc) · 419 Bytes

PostServiceMessage

The PostService utilizes MongoDB as a scalable and efficient database for storing messages between users.

Getting Started

Clone Project (Compose under progress)

Endpoints

GET /posts Retrieves all messages between two users based on the provided headers and query parameters.

DELETE /{id} Deletes a message with the specified ID.

POST /posts Adds a new message to the chat between two users