Check out the tutorial.
Want to use this project?Fork/Clone
Sign up for Stripe (if you don't already have an account).
Set the Stripe keys as environment variables:
$ cd server $ export STRIPE_PUBLISHABLE_KEY=<YOUR_STRIPE_PUBLISHABLE_KEY> $ export STRIPE_SECRET_KEY=<YOUR_STRIPE_SECRET_KEY>
Run the server-side Flask app in one terminal window:
$ cd server $ python3 -m venv env $ source env/bin/activate (env)$ pip install -r requirements.txt (env)$ flask run --port=5001 --debug
Navigate to http://localhost:5001/ping
Run the client-side Vue app in a different terminal window:
$ cd client $ npm install $ npm run dev
Navigate to http://localhost:5173
Stripe payments with Vue and Flask
Topics Resources License Stars Watchers ForksYou can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4