Giter Site home page Giter Site logo

stripe-example's Introduction

Stripe Checkout Demo

Get it working locally

Repo to play with this demo.

The best way to get that running is to use the Striple CLI as per this instruction (this will populate server/.env which I had to hide in .gitignore)

Deploy it to Heroku

Steps I had to do to get it working on Heroku:

  1. Make a Heroku app: heroku create ...

  2. Define a Python version: echo python-3.9.1 > runtime.txt

  3. I had to remove the Gemfile, otherwise Heroku would think it was a Ruby app.

  4. Copy server/requirements.txt to requirements.txt and pip install + add gunicorn to it

  5. Define what kicks off the Flask app: echo "web: gunicorn server.server:app" > Procfile

  6. Deploy: git push heroku master > result: https://stripe-example-bob.herokuapp.com/ (if it takes a bit to load that's because I am using a free Heroku dyno).

Customize it

You can customize the front-end by editing client/index.html and client/css/global.css.

stripe-example's People

Contributors

bbelderbos avatar

Watchers

 avatar

Forkers

pybob

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.