Nodejs with Express, RestAPI, MongoDB, passport-jwt(Json web token), Passport, multer, bcryptjs.
Make sure you install all dependencies first, run npm -i
(shorthand for npm install)
npm i
To use configured development mode simply run
npm start or yarn start