tonyobanon / hackerbay_task

This project is a simple NodeJS dockerized app that performs Jwt authentication, Json patching and image thumbnail generation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hackerbay Microservice

This project is a simple NodeJS dockerized app that performs Jwt authentication, Json patching and image thumbnail generation.

Usage:

Clone the repository:

git clone git@github.com:tonyobanon/hackerbay_task.git

Start your container:

$ bin/start_disposable.sh

Start the application:

node server

The following URL should be accessible after running the application:

http://127.0.0.1:10000/v1/api-docs

API Endpoints:

The endpoints can be downloaded as a postman collection

Note:

Metrics and Telemetry:

Custom metric reporting is integration into this app, using StatsD and Graphite Dashboard

Open http://localhost:10001 to view your metrics dashboard

Run tests:

npm run test

Linting

npm run lint



Tony Anyanwu

About

This project is a simple NodeJS dockerized app that performs Jwt authentication, Json patching and image thumbnail generation.


Languages

Language:JavaScript 96.9%Language:Shell 3.1%