1- Install mongodb: https://docs.mongodb.com/manual/installation/ community edition
2- Install node js: https://nodejs.org/en/download/
3- Use ‘npm install’ in the root directory of the project. Verify installation with:
$ node --version
$ mongo --version
4- Install nodemon with ‘npm install -g nodemon’ And to run the project, run nodemon in the root directory.
The environment I have used this project in is Windows (x64)