This is a simple Node.js server application, built with NestJS framework. The server exposes endpoints to shorten long urls.
$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod# tests
$ npm run test
# e2e tests
$ npm run test:e2e
# integration tests
$ npm run test:int
# test coverage
$ npm run test:cov- LinkedIn - Idris Akintobi
- Twitter - @Idris_Akintobi