https://alexp11223-task-manager.herokuapp.com
- Run
make setup
to generate.env
file, create SQLite database, apply migrations. - Run
make run
to launch web server (http://localhost:8000). - Run
make lint test
to run linter and tests.
See Makefile for other useful commands.