freeleaps-service-hub/apps/devops
2025-05-11 18:44:05 -07:00
..
bootstrap Add template fastapi app, this can be used for future extension 2025-05-11 18:44:05 -07:00
common Add template fastapi app, this can be used for future extension 2025-05-11 18:44:05 -07:00
providers Add template fastapi app, this can be used for future extension 2025-05-11 18:44:05 -07:00
routes Add template fastapi app, this can be used for future extension 2025-05-11 18:44:05 -07:00
scripts/mongodb Add template fastapi app, this can be used for future extension 2025-05-11 18:44:05 -07:00
main.py Add template fastapi app, this can be used for future extension 2025-05-11 18:44:05 -07:00
README.md Add template fastapi app, this can be used for future extension 2025-05-11 18:44:05 -07:00
requirements.txt Add template fastapi app, this can be used for future extension 2025-05-11 18:44:05 -07:00
test_main.http Add template fastapi app, this can be used for future extension 2025-05-11 18:44:05 -07:00

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