Skip to content

IdrisAkintobi/url-shortener

Repository files navigation

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

About

A simple node.js application to shorten url

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published