A barebones Node.js app using Express 4.
This Node.js app uses Openpay to handle all the data of customers, payments and a summary of a sandbox account.
DB not necessary as all info comes directly from Openpay
This app also handles session middleware with JWT and Express-JWT to procect Openpay data from outside the app.
Make sure you have Node.js installed (12.11+).
git clone https://github.com/LIGL06/clip-express-api.git
cd clip-express-api
cp .env.dev .env
npm install
npm start
Your api should now be running on localhost:5001.
For more information about using Node.js on Heroku, see these Dev Center articles: