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

https://github.com/muhammad-sarfaraz/shortify

Shortify: Streamline URL shortening on the scalable NestJS framework
https://github.com/muhammad-sarfaraz/shortify

Last synced: about 2 months ago
JSON representation

Shortify: Streamline URL shortening on the scalable NestJS framework

Awesome Lists containing this project

README

        


shortify: url shortner on nest js

# Shortify
Streamline URL shortening on the scalable NestJS framework.

## Installation

```bash
$ npm install
```
```bash
cp .env.example .env
```

## Running the app

```bash
# development
$ npm run start

# watch mode
$ npm run start:dev

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