A backend to a typical chat application like whatsapp. Exposes various end points that are required for functionalities like message exchange, read reciepts etc.
Integration testing done using Mocha.
TODO List:
- Login and Logout
/auth - Register
/register - Session maintaining, authentication
maintaned by passport.js - Message exchange between users
- Dealing with more complicated cases ( Like when user is not online etc..)
- Read Reciepts