Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.02 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.02 KB

node-course-test

Exam repo for Fiqus' node-course by Cambá.

Contents

Installation

In the project root run:

npm install
mongorestore ./dump

Excercises

  1. Add filter by technologyId for GET api/courses endpoint
  2. create a GET api/admin/billing/getInvoices
  3. Add Middleware for caching GET requests
  4. create GET api/stats/mostFailedStates

Evaluation criteria

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.