Getting StartedΒΆ

After cloning the repository the development environment can be initialized using:

make init

This will create the dev environment fastapi_serviceutils/dev. Activate it.

Note

Make sure to always activate the environment when you start working on the project in a new terminal using

poetry shell

To update dependencies and poetry.lock:

make update

This also creates requirements.txt to be used for Docker.