Skip to content

A NodeJS API service that implements a a transaction payment splitting service (TPSS )

Notifications You must be signed in to change notification settings

izudada/Lannister-Pay-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Development and Documentation for LannisterPay (A flutterave Assessment)

LannisterPay

A transaction payment splitting service (TPSS). The service is meant to calculate the amount due to one or more split payment "entities" as well as the amount left after all splits have been computed.

Setup

You can find information on how to download and install Node here

Clone the repository:

$ git clone https://github.com/izudada/Lannister-Pay-API.git
$ cd into project folder

Run

$ npm init

Hit enter a couple of times to get all default vaues.

Run

$ npm i express

Run

$ npm i --save-dev nodemon

Run

$ npm run devStart

Endpoint

  • Documentation for this single endpoint can be found here

Useful resources

Author

About

A NodeJS API service that implements a a transaction payment splitting service (TPSS )

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published