Skip to content

DilwoarH/pyfunding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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