Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 406 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 406 Bytes

saas-tutorial

This is the source code for my 2-hour full-stack web dev tutorial: https://youtu.be/HmyMFZQDWyU

To run this Node.js SaaS app starter code, you'll need to create a .env file in the project root directory and define these environment variables:

STRIPE_SECRET_KEY
ENDPOINT_SECRET
EXPRESS_SESSION_SECRET
STRIPE_PUBLIC_KEY
STRIPE_PLAN
MONGO_USERNAME
MONGO_PASSWORD
BASE_URL