Skip to content

azhar-iqbal2942/clean-fastapi

Repository files navigation

FastAPI boilerplate for production

Requirements

python = 3.11

To Run the project

make run

Docker Commands

# Go to src directory and run the following commands.
python manage.py compose build app
python manage.py compose up -d