Switch storage to persistent SQLite and add .env configuration

This commit is contained in:
2026-03-01 12:40:14 +02:00
parent 7056fcefa6
commit 43fb1cb6d5
4 changed files with 48 additions and 6 deletions
+2
View File
@@ -2,9 +2,11 @@
URL-shortener project to showcase python use
## Create venv
```bash
cd /opt/kjc/int/URL-shortener
python3 -m venv venv
source venv/bin/activate
```
## Run locally
```bash