$ npm install
# development
$ npm run dev
# linter
$ npm run lint
# prettier
$ npm run format
# production mode
$ npm run start:prod
# unit tests
$ npm run test
#POST or #GET with (Query Params)
#filenem #width #height
# http://localhost:3000/upload/?filename=fjord&width=340&height=300
#(with Query Params) #filenem #width #height
# http://localhost:3000/upload/?filename=fjord&width=340&height=300