Skip to content

msoodb/api.maangrui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

api.maangrui

Want to use this project?

  1. Sign up for Stripe (if you don't already have an account).

  2. Set the Stripe Secret key as an environment variable:

    $ export STRIPE_SECRET_KEY=UPDATE_ME
  3. Run the server-side Flask app in one terminal window:

    $ python3 -m venv env
    $ source env/bin/activate
    (env)$ pip install -r requirements.txt
    (env)$ python app.py

    Navigate to http://localhost:5000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published