Working state before icon/utils fixes - Oct 22

This commit is contained in:
2025-10-21 21:56:54 +02:00
parent a7d9d44a13
commit 5be47b91a2
39 changed files with 6017 additions and 508 deletions

View File

@@ -233,7 +233,7 @@ pip install -r requirements.txt
```bash
# Create database
createdb letzvendor_db
createdb ecommerce_db
# Run migrations
python scripts/init_db.py
@@ -252,7 +252,7 @@ cp .env.example .env
Minimal `.env`:
```env
DATABASE_URL=postgresql://user:pass@localhost:5432/letzvendor_db
DATABASE_URL=postgresql://user:pass@localhost:5432/ecommerce_db
SECRET_KEY=your-secret-key-here-generate-with-openssl
ALGORITHM=HS256
ACCESS_TOKEN_EXPIRE_MINUTES=30