This template project provides a very simple Flask application with pytest configured.
It uses a venv virtual environment. This should be transparent using the Makefile.
You need python3 and make installed.
- Configure the venv and install requirements
make init- Run tests
make test- Run the dev server
make dev