backend-task

Maintainability BCH compliance

Service Master Develop
Travis CI status Build Status Build Status
Coveralls Coverage Status Coverage Status

Backend-task

API for performing the following tasks

Hosted Apps

Documentation (swagger)

Requirements

Getting Started

In your terminal

  1. Clone the repo locally to your machine by running git clone https://github.com/DrKimpatrick/backend-task.git
  2. change your current directory (cd) to wherever you cloned the app in 1 above.

Development setup

Run the application (TypeScript)

npm start

Running tests


npm test

Running Build


npm build-ts

Server (Javascript)


npm serve

Generate DOC


npm docs

API REST End Points

End Point Verb Use
/api/v1/login POST User login
/api/v1/patch POST Patch Json object
/api/v1/thumb/nail POST Resize image

Built With

Acknowledgments

A Special thanks goes to

  1. Hackerbay for having given me an opportunity to participate in an interview, without them , this application wouldn’t have existed