Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.