Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 906 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 906 Bytes

Exam Call 2

The structure of this repository is the following:

  • "JSON Schemas" contains the design of the JSON Schemas;
  • "REST APIs Design" contains the full Open API documentation of the REST APIs, including examples of JSON documents to be used when invoking the operations;
  • "ToDoManager Implementation" contains the code of the ToDoManager service application.

How to run the project:

To test the app, use the following credentials:

To set the number of items in each page of the pagination mechanism, change the OFFSET variable in: ToDoManager Implementation\utils\constants.js