Replace the Streamlit dashboard with a modern Next.js 15 frontend using TypeScript, Tailwind CSS, shadcn/ui components, Recharts, and TanStack Query. All four pages (Overview, Price Battle, Product History, Basket Compare) are fully reimplemented with responsive layouts, collapsible sidebar navigation, and proper data fetching with caching. Adds Docker Compose setup for db + api + frontend and removes streamlit/plotly deps.
23 lines
230 B
Text
23 lines
230 B
Text
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.eggs/
|
|
*.egg
|
|
.env
|
|
.venv/
|
|
venv/
|
|
*.db
|
|
*.sqlite3
|
|
.ruff_cache/
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
.mypy_cache/
|
|
|
|
# Frontend
|
|
frontend/node_modules/
|
|
frontend/.next/
|
|
frontend/out/
|