Skip to content

MJdiop/Image-processing-API

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published