This is a express server that implements real time communication using socket.io . Implements authentication using jwt and implements REST APIs using Express . Also uses mongoose for defining schemas and mongoDB for data store
=======
Requires Node.js installed on your machine Download the repo and run " npm i " for installing all dependencies.
After that open a terminal and run the command
npm run start
- this is a simplified version.