Commit 8a5c21d
committed
feat: Complete frontend-backend integration with JWT authentication
- Integrated React frontend with FastAPI backend
- Implemented JWT token-based authentication
- Created all dashboard pages (Trading, Portfolio, Backtest, etc.)
- Fixed API client with proper error handling
- Added environment variable configuration
- Connected all routes and endpoints
- Added comprehensive documentation
Frontend:
- Modern React + TypeScript UI with Vite
- All pages working: Dashboard, Trading, Portfolio, Backtest, Cash, Watchlists, Alerts
- Protected routes with auto-redirect
- JWT token management in localStorage
- Proper error handling and user feedback
Backend:
- FastAPI with async SQLAlchemy
- JWT authentication system
- All API endpoints functional
- CORS properly configured
- Database models and schemas updated
Test user: demo@quantresearch.com / Demo1234561 parent 42481f4 commit 8a5c21d
File tree
65 files changed
+6784
-6424
lines changed- src
- quant_research_starter.egg-info
- quant_research_starter
- api
- routers
- services
- frontend/cauweb
- dist
- assets
- public
- src
- components
- context
- hooks
- pages
- styles
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
65 files changed
+6784
-6424
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
0 commit comments