https://github.com/bwsix/shota
A barely working URL shortener, powered by fastapi, htmx, sqlite and redis.
https://github.com/bwsix/shota
Last synced: over 1 year ago
JSON representation
A barely working URL shortener, powered by fastapi, htmx, sqlite and redis.
- Host: GitHub
- URL: https://github.com/bwsix/shota
- Owner: BWsix
- Created: 2024-02-16T16:10:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-16T23:00:16.000Z (over 2 years ago)
- Last Synced: 2024-04-24T03:22:52.003Z (about 2 years ago)
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shota URL Shortener
URL Shortener from the 2000s
### ec2 (ubuntu) quick start
```bash
# (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`)
```