As title.
python3 -m venv venv
source ./venv/bin/activate
pip install -r requirements.txtRun
FLASK_APP=main flask run --debugVisit http://127.0.0.1
Send Stripe webhook events locally
stripe listen --events customer.subscription.created --forward-to localhost:5000