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.

  1. Your API should support pagination. /?page=1(&limit=10) the param limit is optional defines how many items should be included on the page.
  2. Mongo connection uri should be configurable
  3. Your backend should support any fields

Extra:

  1. Use stream for serving data for GET method (15p)