Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 222 Bytes

lecture01-exercises.md

File metadata and controls

5 lines (4 loc) · 222 Bytes

Exercise 1

  • Convert mongoose example code to be an Express app with:
    • GET /puppies route that returns all puppies in the database
    • POST /puppies route that allows the user to insert a puppy into the database