Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 971 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 971 Bytes

Chat App

To run the app:

ToDo

  • Reject old requests by adding date/time to each request and reject any request with date/time older than the date/time in database.
  • Refactor create-and-queuing APIs to be in another service to be able to handle more requests.
  • Add update APIs to the queue.
  • Create queue per API for example create a queue for create app API and another one for create chat API.
  • Revisit specs to make sure all corner cases and bad requests are handle correctly.
  • Refactor the API URL structure, the current one is following the one in the docs but I don't think it's the best we can do.