https://github.com/saadjs/tinyfy-urls
URL Shortener built using Deno, Hono, Psql, JSX, and SimpleCSS.
https://github.com/saadjs/tinyfy-urls
Last synced: 4 days ago
JSON representation
URL Shortener built using Deno, Hono, Psql, JSX, and SimpleCSS.
- Host: GitHub
- URL: https://github.com/saadjs/tinyfy-urls
- Owner: saadjs
- Created: 2024-04-14T19:36:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-23T01:15:02.000Z (almost 2 years ago)
- Last Synced: 2024-08-24T01:45:17.192Z (almost 2 years ago)
- Language: TypeScript
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Local Setup
1. Add `PG_URL` to `.env`
cp .env.example .env
2. Start dev server
deno task dev
# Deploy to staging
0. Install `deployctl`
deno install -Arf jsr:@deno/deployctl
1. Deploy to staging
deno task deploy:staging