- Portfolio pages updated with DashboardLayout and shadcn/ui Card components - Strategy pages updated (multi-factor, quality, value-momentum) - Backtest pages updated with consistent styling - Admin data management page updated - Login page improved with shadcn/ui Card, Input, Button, Label - All pages now support dark mode via CSS variables - Removed old Sidebar/Header imports, using unified DashboardLayout - Added shadcn/ui input and label components Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Galaxy-PO
Integrated Quant Portfolio Management Application
Tech Stack
- Backend: FastAPI, Python 3.12, SQLAlchemy, PostgreSQL
- Frontend: Next.js 15, React 19, TypeScript, Tailwind CSS
- Infrastructure: Docker, Docker Compose, uv
Development
Prerequisites
- Docker & Docker Compose
- Python 3.12
- Node.js 24
- uv (Python package manager)
Quick Start
# Start all services
docker-compose up -d
# Backend only (development)
cd backend
uv sync
uv run uvicorn app.main:app --reload
# Frontend only (development)
cd frontend
npm install
npm run dev
Project Structure
galaxy-po/
├── backend/ # FastAPI backend
├── frontend/ # Next.js frontend
├── docker-compose.yml
└── docs/plans/ # Implementation plans
Description
Languages
Python
50.6%
TypeScript
48.7%
CSS
0.3%
Dockerfile
0.3%