Alwrity version 0.5.1 (Fastapi + React)

This commit is contained in:
ajaysi
2025-08-06 16:22:50 +05:30
parent c87f27e56d
commit dbf761c31f
20 changed files with 720 additions and 494 deletions

View File

@@ -13,16 +13,6 @@
### **1. Backend Setup**
#### **Option A: Run from project root (Recommended)**
```bash
# Install backend dependencies
cd backend
pip install -r requirements.txt
# Run backend from project root
cd ..
python run_backend.py
```
#### **Option B: Run from backend directory**
```bash