Менеджер задач на Flask + semantic-ui

Alt text

python3 app.py
or
docker build -t todo_app_flask:1 .
docker run -d -p 5000:5000 todo_app_flask:1