Auto-Grading-System

Quick Start

  1. Install Docker, Docker Compose and npm
  2. docker-compose build to build the backend
  3. cd frontend && yarn install to install dependencies for front-end
  4. docker-compose up --build to start the docker container
  5. Go to http://localhost:8000/docs to see the swagger UI
  6. Go to http://localhost:3000 to see the react front-end
  7. docker-compose down or ctrl + c to down it