** To get to Node server running locally:
- Clone the repo
- npm install to install all dependencies
- npm nodemon app.js or npm node app.js
- run html
expressjs - The server for handling and routing HTTP requests
jsonwebtoken - For generating JWTs used by authentication
cors - is a browser mechanism which enables controlled access to resources located outside of a given domain
- app.js - The entry point to our application.
- routes/ - This folder contains the route definitions for our API.
- models/ - This folder contains the schema definitions for our --- models.
- controllers/ - This folder controllers are the callback functions we passed to the router methods