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