shortn/README.md

24 lines
424 B
Markdown
Raw Normal View History

2024-12-07 20:59:41 +01:00
# shortn
2024-12-07 22:38:43 +01:00
HTML/CSS/JS Framework Free ✅ • Lightweight ✅ • Functional ✅ • No plaintext passwords ✅
2024-12-07 20:59:41 +01:00
2024-12-07 22:38:43 +01:00
Simple link shortener built with flask.
## Installation
```bash
git clone https://git.confest.im/boyan_k/shortn
pip install -r requirements.txt
```
## Usage
```bash
python app.py
```
## TODOs
- [x] basic UI (to add links)
- [x] basic auth for UI
- [x] sqlite3 to store links
- [ ] responsive?
- [ ] dockerize