Exam repo for Fiqus' node-course by Cambá.
In the project root run:
npm install
mongorestore ./dump
- Add filter by technologyId for GET api/courses endpoint
- create a GET api/admin/billing/getInvoices
- Add Middleware for caching GET requests
- create GET api/stats/mostFailedStates
To pass this exam all excercises must be resolved, every feature must be tested (with all tests passing) and there must be no linting errors.
Summission must be done through a single Pull Request.