Chat App Database API
- Setup Enviornment by running following commands in terminal
- Configure your env variables in .env file
2) 'npm install' to install dependencies
3) 'npm start' to run the server
configure Chat app
configure socket server
JWT_SECRET_KEY : Any string value
It is an API build using Nodejs (express). It handles all operations related to database for successfully running of chat app . Every Request/Response is Send/Received in Json format.