Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kiabq/hyperslice
- Owner: kiabq
- Created: 2023-06-19T09:04:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-11T20:17:03.000Z (6 months ago)
- Last Synced: 2024-05-12T20:42:47.443Z (6 months ago)
- Language: TypeScript
- Homepage: https://link.cnwy.dev
- Size: 357 KB
- Stars: 19
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.