-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
Title
refactor: modularize backend into router, controller, and service layers
Body
backend/server.js mixes routing and business logic, making maintenance difficult. Refactor into clear modules.
Acceptance Criteria
server.jsonly handles bootstrapping and middleware.- Route handlers are separated by feature domain.
- No behavior regressions in existing endpoints.
Reactions are currently unavailable