실시간 주문/체결 시스템 MVP (PRD 기반)
- Docker Desktop
- Java 21+
- Node.js 20+
docker compose up -d
| 서비스 | 포트 | 계정 |
|---|---|---|
| MariaDB | 3306 | DB: stock_db, User: stock / stock |
| Redis | 6379 | - |
| Kafka | 9092 | 토픽: order-requests, order-executed |
cd backend ./gradlew bootRun
- API: http://localhost:8080
- Swagger: http://localhost:8080/swagger-ui.html
- 시드 계정 ID: 1 (잔고 10,000,000원)
cd frontend npm install npm run dev