Skip to content

Simple chat system using TDD, ROR APIs, MySQL, elastics and Docker

Notifications You must be signed in to change notification settings

xamohsen/chat_system

Repository files navigation

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.

About

Simple chat system using TDD, ROR APIs, MySQL, elastics and Docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages