| .. | ||
| bootstrap | ||
| common | ||
| providers | ||
| routes | ||
| scripts/mongodb | ||
| main.py | ||
| README.md | ||
| requirements.txt | ||
| test_main.http | ||
This is a template backend service based on fastapi + mongodb app
To start development in local, go to the root directory of the project YOUR_WORKSPACE_PATH/devops/
cd scripts/mongodb
docker compose -f scripts/mongodb/docker-compose.yml up -d
Then run the app
uvicorn main:app --reload