npm install instuctions (for each project, make sure you're in the directory):
- npm install
- npm install express
- npm install express-handlebars
- npm install request
- npm install body-parser
- npm install express-session
- npm install mongodb
- npm init
Nodemon (install it globally):
- npm install -g nodemon