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
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 apage
andlimit
query param for pagination