Using Stephen Grider's Udemy Course on: The Complete Developers Guide to MongoDb, I learn to master MongoDB & Mongoose design with a test-driven approach.
- Download or Clone the repo,
- Change Directoy to the project you want to use,
- Run
npm installto install dependencies, - Depending on the project, you will need to run
npm run startornpm run test. Be sure to look into the 'package.json' file to verify the scripts
You need to verify that you have MongoDB downloaded & installed.