11. Things BE Mongo - rolling-scopes-school/RS-Short-Track GitHub Wiki
Folder Name | Branch | Coefficient |
---|---|---|
things-mongo | things-mongo | 1,5 |
Things BE Mongo
Your task is to upgrade your Things BE to use MongoDB with mongoose.
- Your API should support pagination. /?page=1(&limit=10) the param limit is optional defines how many items should be included on the page.
- Mongo connection uri should be configurable
- Your backend should support any fields
Extra:
- Use stream for serving data for GET method (15p)