Skip to content
This repository has been archived by the owner on Jul 1, 2019. It is now read-only.

Latest commit

 

History

History
34 lines (20 loc) · 585 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 585 Bytes

Description

To get final total from uploaded text file of bill.

Setup

Clone or download this repo and run command in root dir

npm install

Run

To start app in default development mode:

npm start

API Description

Method: POST

Url: localhost:1234/task/fileupload

Parameter:

  1. key : file | value : {attach a text file}

Output: content-type →application/json;

{
	"success": 1,
    "total": "794"
}

Postman collection import link of Demo request