screenshot

Installation

In one shell start the backend with

docker-compose up

In another shell start the client with

cd front && yarn install
yarn start

Testing

For testing the backend you will need to have Poetry installed.

Run

poetry run python manage.py test

For testing the client run (from ./front)

yarn test

The tests are meaningless. I did not have the time to write real tests.

This project was heavily informed by this article.