Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 687 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 687 Bytes

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

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.