BWsix / shota

A barely working URL shortener, powered by fastapi, htmx, sqlite and redis.

Home Page:https://shota.vflc.party

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shota URL Shortener

URL Shortener from the 2000s

ec2 (ubuntu) quick start

# (spawn a tmux session by running `tmux`)
git clone --depth=1 https://github.com/BWsix/shota.git ~/shota && cd ~/shota
sudo HOST=`YOUR.DOMAIN.COM` ./aws/setup.sh
# (select OK)
HOST=`YOUR.DOMAIN.COM` uvicorn server.main:app
# (detach from the current tmux session by pressing: `C-b` `d`)

About

A barely working URL shortener, powered by fastapi, htmx, sqlite and redis.

https://shota.vflc.party


Languages

Language:Python 72.8%Language:Shell 14.8%Language:HTML 12.4%