Code Judge is a web application that allows users to submit code and evaluate it against predefined test cases, providing feedback on correctness.
- Java 21
- Maven 3.9.x
- Node.js 20
- Docker and Docker Compose
frontend/: React app (port3000Docker,5173local)backend/: Spring Boot app (port8081Docker,8080local)
docker compose up --build --detachAccess the application from docker http://localhost:3000/
cd backend./mvnw spring-boot:runBackend runs on http://localhost:8080
cd frontendnpm installnpm run devFrontend runs on http://localhost:5173


