Skip to content

Ryanb58/fastapi-saas-base

Repository files navigation

Building a robust API base for a SAAS application.

Getting Started:

Create a .env file in this projects root and fill out the following:

FRONTEND_BASE_URL=http://localhost
SECRET_KEY=

STRIPE_API_SECRET=
STRIPE_DEFAULT_PRODUCT_ID=
STRIPE_DEFAULT_PLAN_ID=

SMTP_PORT=1025
SMTP_HOST=mail
SMTP_USERNAME=username
SMTP_PASSWORD=password

Releases

No releases published

Packages

No packages published