You can try this app by clicking here.
Download MySQL and install it.
Create in the root of project and change information in .env file. It looks like:
DB_HOST=127.0.0.1
DB_USER=root
DB_PASSWORD=11111111
DB_DATABASE=todosy
SECRET="UCU Velykden snow"
Then open terminal and run following command:
python3 __init__.py
And start project
python3 main.py