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.
- Host: GitHub
- URL: https://github.com/akkilmg/quick.ly
- Owner: AkkilMG
- License: gpl-3.0
- Created: 2024-10-16T12:20:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-31T07:44:03.000Z (10 months ago)
- Last Synced: 2025-03-07T17:09:22.424Z (7 months ago)
- Topics: mongodb, nextjs, nextjs14, tailwindcss, tyepscript, url-shortener
- Language: TypeScript
- Homepage: https://quick-ly.vercel.app/
- Size: 1.42 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 nameSECRET_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
```