By Victor Li This Project was used to practice nodeJS, Express and MongoDB
- Please download mongodb and mongodb compass
- In the cmd run the command mongod --dbpath=
- In mongodb compass activate the server and make sure it is running on localhost:27017
- Please download node.js
- Once you are in the same directory as the app, run npm install to install the modules
- Then run node ./databaseInit.js to add items to the database
- Then run npm start
- Then go to http://localhost:3000/
- hit ctrl+c in the terminal to terminate the server
- Mongodb
- Express
- Nodejs
- Pug