Developer setup
How to be ready to expand the template to build your unique SaaS.
Environment Variables
Database
POSTGRES_SERVER=localhost
POSTGRES_PORT=5432
POSTGRES_DB=app
POSTGRES_USER=postgres
POSTGRES_PASSWORD=changethisAuthentication
JWT_SECRET_KEY=your-secret-key-here
JWT_ALGORITHM=HS256
ACCESS_TOKEN_EXPIRE_MINUTES=30
REFRESH_TOKEN_EXPIRE_DAYS=30Email Service
EMAIL_SERVICE=fake # or "resend"
RESEND_API_KEY= # Required if EMAIL_SERVICE=resendStripe
Initial Data
Error Tracking (Optional)
Email Configuration
Stripe Configuration
Development Workflow
Initial Setup
Daily Development
Database Operations
Testing
Code Quality
Frontend Development
Docker Commands
Last updated
