Practice for using DOM manipulation in CRUD App settings
- MAKE INDEX.HTML FILE
- MAKE SERVER FOLDER - add controller folder, route folder, and server.js
- MAKE CLIENT FOLDER
- add a script to the index.html file in body that links to the main.js
- add a db folder and db.js file that has the db connection in it
- Eventually run npm init for a package.json
- npm install all packages, mongodb, mongoose, node, express, dotenv