Skip to content

Clip Challenge, this is an express rest api basing all data from openpay api.

Notifications You must be signed in to change notification settings

LIGL06/clip-express-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clip Express API Challenge

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.

Running Locally

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.

Documentation

For more information about using Node.js on Heroku, see these Dev Center articles:

About

Clip Challenge, this is an express rest api basing all data from openpay api.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published