This server is an API (no full website here). Use the React app at http://localhost:5173 for screens, or call routes below (e.g. Postman).
POST /attendanceUpload — Excel import (multipart: file, gazette_days, weekend_days, standard_working_days)GET /employee-overtime-settings — list OT flagsPUT /employee-overtime-settings/:id — save OT for one employeePOST /payroll — run payroll (body: start/end dates per your client)POST /SignUp, POST /login, POST /userLogin, POST /changePassword, POST /resetPasswordPOST /meetingUpload, POST /contact-email, S3 URLs, penalty/bonus fees, POST /read-sheetGraphQL / employee lists → Hasura (VITE_HASURA_GRAPHQL_URL in frontend).