professor-rating-app/ │ ├── 📂 html/ ← All HTML pages │ ├── login.html ← Login page (Email + Password) │ ├── register.html ← Create Account page │ ├── dashboard.html ← Main dashboard (students & ...
A mini backend system to manage events and ticket bookings. Built using Node.js (Express) and MySQL with transaction handling to prevent race conditions.