message-api
RESTful api for chat applications
Testing (Easier with Postman)
- POST /users (body - email and password) x 2 (One for recipient)
- POST /users/login (body - email and password)
- Copy and paste Auth value from response header into request header for next requests
- POST /conversations (body - recipient user)
- POST /messages (body - text and comversationId (from response body in previous request)