Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T22:02:37.000Z (3 months ago)
- Last Synced: 2024-10-25T10:37:03.177Z (3 months 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