/Shortify

Shortify: Streamline URL shortening on the scalable NestJS framework

Primary LanguageTypeScript

shortify: url shortner on nest js

Shortify

Streamline URL shortening on the scalable NestJS framework.

Installation

$ npm install
cp .env.example .env

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod