Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spiffgreen/sample-stripe-application
A sample stripe application illustrating receiving funds, checkouts, charges and payouts
https://github.com/spiffgreen/sample-stripe-application
bun react stripe stripe-payments stripe-payments-api
Last synced: about 3 hours ago
JSON representation
A sample stripe application illustrating receiving funds, checkouts, charges and payouts
- Host: GitHub
- URL: https://github.com/spiffgreen/sample-stripe-application
- Owner: SpiffGreen
- Created: 2024-08-16T16:24:41.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T21:29:55.000Z (6 months ago)
- Last Synced: 2025-02-10T21:43:39.127Z (about 3 hours ago)
- Topics: bun, react, stripe, stripe-payments, stripe-payments-api
- Language: TypeScript
- Homepage:
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Try-stripe-connect
The root of the application houses the backend and has a client folder which contains the frontend code. To run this project follow the steps below:
To install dependencies:
```bash
# For backend
bun install
# For frontend change directory into the client folder and run the comand
```Setup database
```bash
bun db:migrate
```Run app in development mode
```bash
bun dev # For both client and backend
```This project was created using `bun init` in bun v1.1.16. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.