(based on the Fastapi Coockie cutter
for more info about endpoints usage: check /docs when all is mounted.
- create a python virtualenv and install dependencies using
poetry install
- create .env file in root with your own credentials, use .env_sample as a guide
pre-commit install
- start the ASGI server implementation
uvicorn app.main:app --reload --port 8000