- An express server which returns a shortend url for a given url
- Project Dependencies
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.
NODE: >=12
YARN: 1.22.x
dev: yarn dev
test: yarn test
build: yarn build
start: yarn start