Skip to content

Commit

Permalink
Merge pull request #661 from Anushkajoshii/feat-stripePayment-invest
Browse files Browse the repository at this point in the history
Feat stripe payment invest
  • Loading branch information
Priyaaa1 committed Aug 2, 2024
2 parents be190ff + 4fe8bdc commit 27d3be7
Show file tree
Hide file tree
Showing 19 changed files with 13,981 additions and 48 deletions.
4 changes: 4 additions & 0 deletions .env example
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
//used for frontend

REACT_APP_STRIPE_PUBLISHABLE_KEY= stripe publishable key
REACT_APP_BACKEND_URL= backend local host url
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"@fortawesome/react-fontawesome": "^0.2.2",
"@react-oauth/google": "^0.12.1",
"@reduxjs/toolkit": "^2.2.5",
"@stripe/react-stripe-js": "^2.7.3",
"@stripe/stripe-js": "^4.1.0",
"antd": "^5.17.4",
"aos": "^2.3.4",
"axios": "^1.7.2",
Expand All @@ -34,6 +36,7 @@
"react-router-dom": "^6.23.1",
"react-scripts": "^5.0.1",
"react-scroll": "^1.9.0",
"sass": "^1.77.8",
"react-toastify": "^10.0.5",
"styled-components": "^6.1.11"
},
Expand Down
3 changes: 3 additions & 0 deletions server/.env example
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
//used by server.js for backend

STRIPE_SECRET_KEY= stripe secret key
Loading

0 comments on commit 27d3be7

Please sign in to comment.