Skip to content

zarathucorp/indulgentia-back

Repository files navigation

indulgentia-back

Server built with FastAPI

Prerequisites

You will need the following information:

  1. Basic Information
  • RUNNING_MODE: RUNNING_MODE=prod or RUNNING_MODE=dev
  1. Supabase
  • SUPABASE_URL: Supabase URL
  • SUPABASE_KEY: Supabase secret key
  1. Azure Blob Storage
  • AZURE_RESOURCE_GROUP
  • AZURE_STORAGE_CONNECTION_STRING
  • DEFAULT_AZURE_CONTAINER_NAME
  • AZURE_CONFIDENTIAL_LEDGER_NAME
  • AZURE_SUBSCRIPTION_ID
  1. Azure Confidential Ledger
  • AZURE_CLIENT_ID
  • AZURE_TENANT_ID
  • AZURE_CLIENT_SECRET
  1. 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

Setup

git clone https://github.com/zarathucorp/indulgentia-back.git

# Set environment variables
cd indulgentia-back
touch .env

# Enter the environment variables from the prerequisites
(...)

Learn More

Documentation: https://fastapi.tiangolo.com

Source Code: https://github.com/fastapi/fastapi

License

MIT (c) 2025 Zarathu Co.,Ltd

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published