You need to install following dependencies.
Use command "npm install", This command will automatically install all the required dependency.
- @hapi/joi
- bcrypt
- cookie-parser
- cors
- debug
- express
- jsonwebtoken
- mongoose
- morgan
- nodemon
- multer
- axios
-
Use command "npm install", This command will automatically install all the required dependency.
-
Make sure your mongoDb server is running locally.
-
After installing all the depencies (using "npm install") and having the mongo server run, You may run the nodeJs sever using the command "npm start".