Fast API SAAS Base App
Last updated Jun 10, 2026
71
Stars
15
Forks
1
Issues
0
Stars/day
Attention Score
2
Language breakdown
Python 86.2%
HTML 11.8%
Makefile 1.6%
Dockerfile 0.4%
Shell 0.1%
โธ Files
click to expand
README
Building a robust API base for a SAAS application.
Getting Started:
Create a .env file in this projects root and fill out the following:
FRONTENDBASEURL=http://localhost
SECRET_KEY=
STRIPEAPISECRET= STRIPEDEFAULTPRODUCT_ID= STRIPEDEFAULTPLAN_ID=
SMTP_PORT=1025 SMTP_HOST=mail SMTP_USERNAME=username SMTP_PASSWORD=password
๐ More in this category