mirror of
https://github.com/marcogll/hr_soul23.git
synced 2026-01-13 13:25:16 +00:00
This commit introduces the full CRUD (Create, Read, Update, Delete) functionality for the "socias" (employees) resource. - Created a service layer (`sociasService.js`) to handle business logic. - Implemented API routes (`socias.js`) for all CRUD operations. - Integrated the new routes into the main application. - Centralized the database connection in `src/db/db.js`. - Updated the log for Agent 5 to reflect the changes.