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

https://github.com/letruxux/ashortener

literally just... a shortener 🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣
https://github.com/letruxux/ashortener

elysiajs shortener sqlite url url-shortener

Last synced: 3 months ago
JSON representation

literally just... a shortener 🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣

Awesome Lists containing this project

README

          

# AShortener

```bash
docker run -d -p 3000:3000 -v :/app/db -e SITE_URL=http://localhost:3000/ -e PORT=3000 ghcr.io/letruxux/ashortener:latest
```

## stack

Backend:
* Bun
* Elysiajs
* SQLite
* Zod

Frontend:
* Vite
* React
* Tailwind
* DaisyUI