Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 752 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 752 Bytes

RESTful Routing

Coding challenge from the Udemy Course the Web Developer Bootcamp

I wrote the code in app.js, and in the views directory. The other files were provided by the instructor.

💡Lessons Learned

  • Create
  • Edit
  • Update
  • Delete
  • Mongoose
  • MongoDB

🚀 Getting Started

To run this project locally:

  • In your terminal, navigate to the root folder and run the following commands
$ npm install
$ npm start
  • Copy and paste the following into your browser of choice: localhost:3000

🕹 How to Use

📣 Reference