Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 1.35 KB

README.md

File metadata and controls

59 lines (38 loc) · 1.35 KB

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