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

https://github.com/akkilmg/quick.ly

Quick.ly is a project aimed at providing fast and efficient shorten the url.
https://github.com/akkilmg/quick.ly

mongodb nextjs nextjs14 tailwindcss tyepscript url-shortener

Last synced: 7 months ago
JSON representation

Quick.ly is a project aimed at providing fast and efficient shorten the url.

Awesome Lists containing this project

README

          

# Quick.ly

## Introduction

Quick.ly is a project aimed at providing fast and efficient shorten the url.

- **Fast**: Optimized for speed and performance.
- **Efficient**: Designed to streamline your workflow.

## Getting Started

### Install

```bash
npm i
```

### Environment Variables

Create a file called .env.local, refer [.example.env.local](/.example.env.local)

```env
MONGODB_URI=Your mongodb url
MONGODB_DB=Your database name

SECRET_KEY=A secret key preferrably a 32 character

TG_BOT_TOKEN=Put your telegram bot token
TG_CHAT_ID=Create a telegram group and make the bot admin and give id of it.
```

### To Run

```bash
npm run dev
```