Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 649 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 649 Bytes

alt text

PyFunding

Crowdfunding platform to help fund tickets for those who cannot afford to pay but love Python.

Demo

https://pyfunding.herokuapp.com/

Setting up env variables

Stripe API keys

You can find these on: https://dashboard.stripe.com/account/apikeys

export STRIPE_API_KEY=sk_test_....
export STRIPE_PUBLISHABLE_KEY=pk_test_.....

Stripe test card details

CARD NUMBER = 4242 4242 4242 4242
EXPIRY DATE = 12/30
CVC         = 123

Running application

FLASK_APP=index.py flask run

or

gunicorn index:app