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
- Host: GitHub
- URL: https://github.com/djibrilm/node_shortner
- Owner: DjibrilM
- Created: 2024-04-06T00:27:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-19T20:55:30.000Z (over 1 year ago)
- Last Synced: 2025-07-08T12:47:39.228Z (12 months ago)
- Topics: backend, headless-browser, nestjs, typeorm
- Language: TypeScript
- Homepage:
- Size: 264 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```