Skip to content

A basic link shortening service running on cloudflare worker service using HonoJS

Notifications You must be signed in to change notification settings

goktugcy/Shortlink-Service-Cf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloudflare Worker Link Service

Run

  npm install
  npx wrangler dev
  //if you are using supabase 
  npx wrangler secret put SUPABASE_KEY 
  npx wrangler secret put SUPABASE_URL
  //publish
  npx wrangler publish

Database Table: shortened_url , redirect_url , clicks

Used technologies

Language & Tech : Honojs , Typescript , Supabase , Cloudflare Worker

About

A basic link shortening service running on cloudflare worker service using HonoJS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages