Skip to content

Commit

Permalink
feat: impl stripe backend & frontend (#25)
Browse files Browse the repository at this point in the history
* feat: impl stripe backend api

* feat: impl stripe frontend logic
  • Loading branch information
wiseaidev committed Nov 22, 2024
1 parent 40a1386 commit 459c783
Show file tree
Hide file tree
Showing 15 changed files with 680 additions and 92 deletions.
4 changes: 4 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ MONGODB_DB_NAME=aibooks
JWT_SECRET=
GEMINI_API_KEY=
UNSPLASH_API_KEY=
STRIPE_SECRET_KEY=
WEBSITE_URL=https://opensass.org
STRIPE_PRICE_ONE=price_1...
STRIPE_PRICE_TWO=price_1...
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@
**/*.rs.bk

.env

# Sus files
**/*.br
Loading

0 comments on commit 459c783

Please sign in to comment.