Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 390 Bytes

File metadata and controls

10 lines (9 loc) · 390 Bytes

Breakfast

##How to serve Breakfast

  • Download the files
  • in your terminal, start mongod --config /path to your mongod.config
  • in a second terminal: npm start
  • Navigate to localhost:3000/breakfasts
    • breakfasts displays the list of breakfasts
  • Navigate to localhost:3000/modifybreakfasts
    • modifybreakfasts allows one to Put, Post, and Delete breakfasts from the breakfasts page