CRUD

Build a CRUD app with Node, Express, and MongoDB

  1. First open VS Code and create a folder. Then add a file called "server.js"
  2. In the terminal type "npm init" and press "Enter." Then continue to press enter through the prompt
  3. Then you install the packages that you need. So, in the terminal type "npm install express mongoose ejs dotenv cors"
  4. Then you type "npm install nodemon --save-dev" in the terminal