amideb/employee-managenet-system-mern-college-project — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a complete Employee Management System web app for a college semester project. I want users to log in with three types of accounts, Admin, HR, and Employee, and each type should only see the pages and actions they are allowed to use.

The app should let the company store and manage employee records, including personal details, department, branch, and job related information. It should also include basic payroll management and a leave application area where employees can request leave and HR or Admin can review it.

Please make simple dashboards for Admin, HR, and Employee, with clean navigation and a mobile friendly design. Use React for the frontend and Node, Express, and MongoDB for the backend. Set up authentication and authorization, database models, API routes, and basic seed or sample data so I can test everything easily. Make it runnable with npm install and npm start, and add clear setup notes.

Want more depth? Deep Reverse