Skip to content

pyropy/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

About

Fast API SAAS Base App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.1%
  • HTML 11.8%
  • Makefile 1.6%
  • Other 0.5%