A FastAPI-based service that generates and manages coding problems for developers.
- Daily curated coding problems
- Topic-based problem threads
- Custom problem generation
- Team collaboration support
- Python 3.11+
- Docker and Docker Compose
- Clone the repository
- Create a
.env
file in the root directory (if needed) - Build and start the service using Docker Compose:
docker-compose up --build
The service will be available at http://localhost:8001
Once the service is running, you can access:
- API Documentation:
http://localhost:8001/docs
- Alternative Documentation:
http://localhost:8001/redoc