The PostService utilizes MongoDB as a scalable and efficient database for storing messages between users.
Clone Project (Compose under progress)
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