Service | Master | Develop |
---|---|---|
Travis CI status | ||
Coveralls |
API for performing the following tasks
- Authentication
- JSON patching
- Image Thumbnail Generation
- Banka API
- Banka DOC
- Node Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
In your terminal
- Clone the repo locally to your machine by running
git clone https://github.com/DrKimpatrick/backend-task.git
- change your current directory (
cd
) to wherever you cloned the app in 1 above.
- Install dependencies
npm install
npm start
npm test
npm build-ts
npm serve
npm docs
End Point | Verb | Use |
---|---|---|
/api/v1/login |
POST | User login |
/api/v1/patch |
POST | Patch Json object |
/api/v1/thumb/nail |
POST | Resize image |
- Express A minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications
A Special thanks goes to
- Hackerbay for having given me an opportunity to participate in an interview, without them , this application wouldn't have existed