software-students-fall2021 / project-setup-penguin

project-setup-penguin created by GitHub Classroom
3 stars 4 forks source link

updated unit tests and added express-validation to the GET deck endpoint #186

Closed kdduan closed 2 years ago

kdduan commented 2 years ago

as title.

the tests have been updated for the new endpoints with MongoDB and all pass successfully now.

also added extra validation and error handling to the GET deck endpoint. enforces the FE to provide a deckId in the url param and also provide a page and limit query param for pagination