Hyperslice is a simple link shortener built using Astro, Koa, and SQL. The name comes from the first word in HTTP, and the action of slicing a link!
Check it out here
The main purpose of this was mainly just because it was fun. I also wanted to learn a bit more about Koa and SQL. It's definitely not perfect, so be warned!
- Clone repo
git clone [email protected]:kiabq/hyperslice.git
- Copy the
.env.example
to.env
- From the project's root directory
docker compose up -d
to get it up and running.