Category: Lecture Notes

In this lesson we’ll create an endpoint to delete an individual study group in the MongoDB database.  The code for this lesson will be written and discussed in class. Tasks Create DELETE /studygroup/:id endpoint Test on localhost using Postman Homework Add DELETE /studygroup/:id endpoint to your router. Add a functioning delete button next to each […]

In this lesson we’ll create an endpoint to get a set of studygroup entries from the MongoDB database.  The code for this lesson will be written and discussed in class. Tasks Create GET /studygroups endpoint Test with Postman on Localhost Homework Add the GET /studygroups endpoint to your router.  Implement a page or modal in […]