Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kiabq/hyperslice

A Link shortener built using Astro + Koa. Deployed on Coolify with Docker.
https://github.com/kiabq/hyperslice

Last synced: 3 months ago
JSON representation

A Link shortener built using Astro + Koa. Deployed on Coolify with Docker.

Awesome Lists containing this project

README

        

# HyperSlice



## About
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](https://link.cnwy.dev/)

## Purpose
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!

## Want to use it locally?
1. Clone repo ```git clone [email protected]:kiabq/hyperslice.git```
2. Copy the `.env.example` to `.env`
3. From the project's root directory `docker compose up -d` to get it up and running.