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
- Host: GitHub
- URL: https://github.com/muhammad-sarfaraz/shortify
- Owner: Muhammad-Sarfaraz
- Created: 2024-02-21T16:58:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-27T17:56:27.000Z (12 months ago)
- Last Synced: 2025-02-07T05:16:12.060Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 166 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
# 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
```