https://github.com/goktugcy/shortlink-service-cf
A basic link shortening service running on cloudflare worker service using HonoJS
https://github.com/goktugcy/shortlink-service-cf
cloudflare-workers honojs supabase worker-service
Last synced: about 1 month ago
JSON representation
A basic link shortening service running on cloudflare worker service using HonoJS
- Host: GitHub
- URL: https://github.com/goktugcy/shortlink-service-cf
- Owner: goktugcy
- Created: 2023-02-19T13:23:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T22:02:37.000Z (7 months ago)
- Last Synced: 2025-03-31T00:17:18.290Z (about 1 month ago)
- Topics: cloudflare-workers, honojs, supabase, worker-service
- Language: TypeScript
- Homepage:
- Size: 547 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cloudflare Worker Link Service
## Run
```bash
npm install
``````bash
npx wrangler dev
``````bash
//if you are using supabase
npx wrangler secret put SUPABASE_KEY
npx wrangler secret put SUPABASE_URL
``````bash
//publish
npx wrangler publish
```**Database Table:** shortened_url , redirect_url , clicks
## Used technologies**Language & Tech :** Honojs , Typescript , Supabase , Cloudflare Worker