setup you need to install mongodb,nodejs on your computer

clone the directory

open terminal run command: npm init; install the express server: npm install express; install the bcrypt : npm install bcryptjs; install the body-parser : npm install body-parser; install nodemon : npm install nodemon; run server : nodemon ./server.js;