Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 831 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 831 Bytes

Overview

Controllers

Health Purpose of this controller is to manage collections of users and groups in shelf service

action:- find
api:- /v1/healthz
method:- GET
description:- Health check for the application.

Shorten

action:- find
api:- /v1/shorten
method:- GET
description:- Shortens the provided url. It is idempotent.

Requirements

NODE: >=12

YARN: 1.22.x

Commands

for local development with nodemon

dev: yarn dev

run test

test: yarn test

build dist for deployment

build: yarn build

start server from dist

start: yarn start