Backend systems: Todo list application

This repository serves as homework repo for Backend Systems subject.

This is deeply inspired by Cloud Application Architecture repo by IMilota

Assignment

to be added

Postman collection

For some examples how to interact with the application you can use included postman collection. You can easily import postman file (howto) and postman environment file (howto)

Run

To run this project, first install dependencies by npm install and then run with npm start. App should start on localhost:8000 (if the port is not already used).

Test

To run tests, use npm test or for running specific testcase run

npm test -- --testNamePattern="should create a list and return it"