Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 533 Bytes

File metadata and controls

11 lines (7 loc) · 533 Bytes

Online code Judge

System Overview system overview

Installation & Setup

  1. Backend: Navigate to the backend directory, run npm install, then start the server with npm start.
  2. Worker: Navigate to the worker directory, run npm install. Ensure dependencies like Redis and RabbitMQ are running (via docker-compose.yml), then start the worker with npm run dev.
  3. Client: Navigate to the client directory, run npm install, then start the frontend with npm start.