This project was developed for Asat while I was an intern.
To run this project you will need to add the following environment variables to your .env file
DB_URI
PORT
JWT_SECRET
Tools: HTML, CSS
Server: MongoDB
Install required packages
npm install mongoose
npm install express
npm install bcrypt
npm install jsonwebtoken
If you are using VSCode development environment you should add these plugins:
JavaScript (ES6) code snippets
javascript console utils
EJS language support
After everything is done, just type npm start
in the terminal.