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

ejaz47/task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

temporary test node project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published