freeleaps-service-hub/apps/devops/README.md

313 B

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