Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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