https://github.com/micc83/stripe-test
https://github.com/micc83/stripe-test
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/micc83/stripe-test
- Owner: micc83
- Created: 2024-03-04T11:01:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T11:01:59.000Z (over 2 years ago)
- Last Synced: 2025-06-10T13:05:25.170Z (about 1 year ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Accept a Payment
Build a simple checkout form to collect payment details. Included are some basic
build and run scripts you can use to start up the application.
## Running the sample
1. Build the server
~~~
npm install
~~~
2. Run the server
~~~
npm start
~~~
3. Go to [http://localhost:4242/checkout.html](http://localhost:4242/checkout.html)