LeetCode-Like Compiler
Overview This project is a backend for a LeetCode-style coding platform, which includes code execution, judging, and database management.
Setup
- Copy the environment variables: cp .env.example .env
- Run Docker Compose: docker-compose up --build