Create virtualenv: python3 -m venv .venv Activate virtual env: source .venv/bin/activate Install dependencies: pip install -r requirements.txt Copy .env.example as .env copy .env_example as .env Migrate db alembic upgrade head Run python main.py Docs location: http://localhost:8000/docs http://localhost:8000/redoc