Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/santoshshinde2012/node-braintree-integration
Node-Typescript-Braintree-Integration
https://github.com/santoshshinde2012/node-braintree-integration
braintree braintree-payment-gateway expressjs nodejs typescript
Last synced: 3 months ago
JSON representation
Node-Typescript-Braintree-Integration
- Host: GitHub
- URL: https://github.com/santoshshinde2012/node-braintree-integration
- Owner: santoshshinde2012
- License: apache-2.0
- Created: 2022-07-22T17:22:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T20:15:42.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T20:19:23.116Z (4 months ago)
- Topics: braintree, braintree-payment-gateway, expressjs, nodejs, typescript
- Language: TypeScript
- Homepage: https://blog.santoshshinde.com/integration-of-the-braintree-payment-gateway-sdk-in-node-js-and-react-js-ba64bd48177f
- Size: 1.33 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# [Node-Typescript-Braintree-Integration](https://blog.santoshshinde.com/skeleton-for-node-js-apps-written-in-typescript-444fa1695b30)
Node Typescript Braintree Integration
## Start The Frontend Application in Development Mode
- Clone the Application `git clone https://github.com/santoshshinde2012/braintree-react-typescript.git`
- Install the dependencies `npm install`
- Start the application `npm start`## Start The Backend Application in Development Mode
- Clone the Application `git clone https://github.com/santoshshinde2012/node-braintree-integration.git`
- Install the dependencies `npm install`
- Start the application `npm start`## Start The application in Production Mode
- Install the dependencies `npm install`
- Create the build `npm run build`
- Start the application `npm run start:production`
- Before starting make sure to creat prod environment `.env.prod` file# Please connect with me on Twitter [@shindesan2012](https://twitter.com/shindesan2012) & [https://blog.santoshshinde.com](https://blog.santoshshinde.com/)