Compare commits
3 commits
01b96e01bb
...
cafa2c148f
Author | SHA1 | Date | |
---|---|---|---|
cafa2c148f | |||
c42c5577cf | |||
|
75d9a4e2fb |
2 changed files with 15 additions and 1 deletions
14
README.md
14
README.md
|
@ -90,6 +90,20 @@ npm run dev
|
|||
|
||||
The frontend will be available at http://localhost:4200
|
||||
|
||||
### Local Stripe integration
|
||||
1. Install the Stripe CLI
|
||||
https://stripe.com/docs/stripe-cli
|
||||
|
||||
2. Login to the casino stripe account
|
||||
```
|
||||
stripe login --api-key <casino-stripe-secret-key>
|
||||
```
|
||||
|
||||
3. Start webhook forwarding
|
||||
```
|
||||
stripe listen --forward-to localhost:8080/webhook
|
||||
```
|
||||
|
||||
## Database Management
|
||||
|
||||
### Postgres Management
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
plugins {
|
||||
java
|
||||
id("org.springframework.boot") version "3.4.3"
|
||||
id("org.springframework.boot") version "3.4.4"
|
||||
id("io.spring.dependency-management") version "1.1.7"
|
||||
id("checkstyle")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue