- EJS
- NodeJS
- Express
- MongoDB
- Fork the repo. Clone in local desktop
- Use
npm i
to download all the dependencies - Visit MongoDB to create a cluster and make sure to remember the password
- Create a .env file to store the
MongoDB URI
andJWT Token
- Run the command :
nodemon app.js
which will deploy the server atlocalhost:5000