An open API service indexing awesome lists of open source software.

https://github.com/djibrilm/node_shortner

URL Shortener system
https://github.com/djibrilm/node_shortner

backend headless-browser nestjs typeorm

Last synced: 4 months ago
JSON representation

URL Shortener system

Awesome Lists containing this project

README

          

[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest

## 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

```bash
$ npm install
```

## Running the app

```bash
# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod
```

## Test

```bash
# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov
```