express is a lightwight web framework for nodejs
cors cross origin resource sharing - allows ajax request to acess resourses from other hosts
mongoose makes interacting with mongodb easy
dotenv loads env variables into a process env, env files are stored in the project
Node mon (globally installed), restarts node/sever when changes are detected
https://cloud.mongodb.com/v2/646adf5832514c381df58af8#/clusters?fastPoll=true
- create
- read
- update
- delete
https://www.youtube.com/watch?v=7CqJlxBYj-M - 31:08
/routes
- /exercises.js
- /users.js
/models
- /exercises.model.js
- /user.model.js
server.js