Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 704 Bytes

README.md

File metadata and controls

52 lines (34 loc) · 704 Bytes

Image processing API

Description

Github

Installation

$ npm install

Running the app

# development
$ npm run dev

# linter
$ npm run lint

# prettier
$ npm run format

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

Support for endpoint Testing from POSTMAN

#POST or #GET with (Query Params)

#filenem #width #height

# http://localhost:3000/upload/?filename=fjord&width=340&height=300

Support for Testing from your navigator

#(with Query Params) #filenem #width #height

# http://localhost:3000/upload/?filename=fjord&width=340&height=300