Bug Hunter is an interactive web application designed to help users improve their Code Review skills. Users can analyze predefined code files, highlight suspected issues, and assign error types from a predefined list. The system automatically evaluates the selections and provides feedback. The application supports skill development through hands-on practice, while administrators can add and manage tasks for different user groups.
Requires Docker 20+ and Docker Compose v2.
git clone https://github.com/igaantonik/bug-hunter.gitcd bug-hunter
cp backend/.env.example backend/.env # replace with your secretsdocker compose up --build