Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

DjibrilM/node_shortner

Repository files navigation

Description

URL shortening system provides a convenient way to shorten long URLs into more manageable links. Additionally, it incorporates geolocation tracking functionality, allowing you to monitor the geographical location of users who click on the shortened links.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov