Backend: Full CRUD in serviceController.js + serviceModel.js with POST/PUT/DELETE /api/services (admin-protected).
Frontend: Service form in AdminDashboard.vue with fields for name, group, description, URL, auto_status toggle, status dropdown (5 options), order. Create/edit/delete with confirmation. Services list table with StatusBadge component.
Commit: bd4a46b (Phase 2 backend), 963afb5 (Phase 3 frontend)