avdkishore / URL-shortener

URL shortener

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

URL shortener

License:MIT License


Languages

Language:JavaScript 96.8%Language:Dockerfile 3.2%