Run the following command to launch the project in dev mode
uvicorn app.main:app --proxy-headers --host 0.0.0.0 --port 8000 --http h11 --use-colors --log-level debug --access-log --reload
Run the following command to launch the project inside a docker container
docker-compose -f docker-compose.dev.yml up
Run the following command build & run a distroless docker container for production
docker-compose up