This web app can help you to watch over your tasks. To use this app you need to have an account, registration is very simple.
You can check the project on this site:
Minimum required software to install the project is:
- Python 3.10
- Django 4.1
This project was built using these tools:
| Tool | Description |
|---|---|
| poetry | "Python dependency management and packaging made easy" |
| django | "The web framework for perfectionists with deadlines." |
To start the dev server you need to download build and then run following actions:
make install
make dev