Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 840 Bytes

README.md

File metadata and controls

55 lines (36 loc) · 840 Bytes

Url shortener

Description

This is a simple Node.js server application, built with NestJS framework. The server exposes endpoints to shorten long urls.

Requirements

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# tests
$ npm run test

# e2e tests
$ npm run test:e2e

# integration tests
$ npm run test:int

# test coverage
$ npm run test:cov

Stay in touch

License

MIT licensed