2 Commits

Author SHA1 Message Date
furkanyigit34
3867df22aa fix: Dockerfile VITE_API_URL default boş yapıldı (production build)
Ne yaptık:
- admin-panel/Dockerfile: ARG VITE_API_URL=http://localhost:8001 → ARG VITE_API_URL=

Neden yaptık:
- Dockerfile'daki default değer build sırasında .env dosyasını override ediyordu
- Sonuç: production build'e http://127.0.0.1:8001 inline ediliyordu
- Boş string ile nginx relative URL proxy (/api/, /categories/) devreye giriyor

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-31 00:23:57 +03:00
furkanyigit34
c7be57064b Initial commit: Trendyol Analiz platform
- FastAPI backend with Python
- React + Vite admin panel
- PostgreSQL database
- Trendyol marketplace analytics
- GitHub Actions CI/CD workflow

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-15 00:14:38 +03:00