Ryanb58 / fastapi-saas-base

Fast API SAAS Base App
MIT License
70 stars 15 forks source link
fastapi python3 saas-boilerplate sqlalchemy

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