removed angular app and switched to react

This commit is contained in:
Boki 2025-06-15 20:17:02 -04:00
parent 56e3938561
commit 3a9d45c543
101 changed files with 2697 additions and 4075 deletions

9
apps/web/.env.example Normal file
View file

@ -0,0 +1,9 @@
# API Configuration
VITE_API_BASE_URL=http://localhost:8080
VITE_DATA_SERVICE_URL=http://localhost:3001
VITE_PORTFOLIO_SERVICE_URL=http://localhost:3002
VITE_STRATEGY_SERVICE_URL=http://localhost:3003
VITE_EXECUTION_SERVICE_URL=http://localhost:3004
# Environment
VITE_NODE_ENV=development