This repository is based on the telcado course, https://teclado.com/rest-apis-flask-python/. There have been some changes to improve the codebase which includes, but is not limited to:
- type hints
- poetry
- shell scripts to simplify management of docker and poetry
poetry install
from the root dirtectory
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
poetry run flask run
While inside the virtual environment,
flask run