Server built with FastAPI
You will need the following information:
- Basic Information
- RUNNING_MODE:
RUNNING_MODE=prod
orRUNNING_MODE=dev
- Supabase
- SUPABASE_URL: Supabase URL
- SUPABASE_KEY: Supabase secret key
- Azure Blob Storage
- AZURE_RESOURCE_GROUP
- AZURE_STORAGE_CONNECTION_STRING
- DEFAULT_AZURE_CONTAINER_NAME
- AZURE_CONFIDENTIAL_LEDGER_NAME
- AZURE_SUBSCRIPTION_ID
- Azure Confidential Ledger
- AZURE_CLIENT_ID
- AZURE_TENANT_ID
- AZURE_CLIENT_SECRET
- Payment (Optional)
- TOSS_PAYMENT_CLIENT_KEY_TEST: Used when
RUNNING_MODE=dev
- TOSS_PAYMENT_SECRET_KEY_TEST: Used when
RUNNING_MODE=dev
- TOSS_PAYMENT_CLIENT_KEY: Used when
RUNNING_MODE=prod
- TOSS_PAYMENT_SECRET_KEY: Used when
RUNNING_MODE=prod
git clone https://github.com/zarathucorp/indulgentia-back.git
# Set environment variables
cd indulgentia-back
touch .env
# Enter the environment variables from the prerequisites
(...)
Documentation: https://fastapi.tiangolo.com
Source Code: https://github.com/fastapi/fastapi
MIT (c) 2025 Zarathu Co.,Ltd