This folder contains example code for a Fastlane integration using Node.js to complete transactions with PayPal's REST APIs.
- Node.js v18+
- npm
- Configured
.env
file (see README in repository root)
- Install required packages
npm install
- Start the server
npm start
- To view the application in your browser, choose a front-end implementation from the
client
folder at the root of this repository and follow the instructions in that folder's README.