NodeJS + React payment examples including Stripe, PayPal and Braintree.
Use these steps to install project
1. add braintree, stripe, paypal api keys to .env file (see .env.example file)
1. yarn install
2. yarn start
Build project:
yarn build
1. yarn install
2. yarn start
Build project:
yarn build
This example consists of backend part for handling payment requests, and frontend part for sending requests. Backend part wrote using Node.js platform and Nest.js fraemwork. Frontend part wrote using React.js. In this example you can review how to implement base payment scenarios using React and Node.js.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Vlad Morzhanov
Copyright (c) 2019 Vlad Morzhanov. You can review license in the LICENSE file.