A micro application for Url shorten built with Nest Framework its also has Postgres and Docker.
$ npm install
# development mode
$ docker-compose up --build
POST /url-shorten Host: localhost:3000 Accept: application/json Content-Type: application/json Request Body { "longUrl": "[AnyUrlWhichYouWantToGetShortUrl]" }
POST /url-shorten/{shortCode} Host: localhost:3000 Accept: application/json