Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 349 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 349 Bytes

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