npm install -g nodemon
Database name= Auth_DB
npm install // for install all the necessary modules
create . env file in project folder and add all the details PORT = 3000
MONGODB_URI= mongodb://127.0.0.1:27017/Auth_DB
ACCESS_TOKEN_SECRET=930ea554d92e6b218c70917d18e155960a4850cf09d225469f93349867c00d8b REFRESH_TOKEN_SECRET=5083b86113e302c399c2a961e824f883f351626f10eeda57622afbc5a9d98eb8
node app.js or nodemon run start // for run the project