EmployeeManager is a full-stack MERN application for managing employee records.
- Add, edit, and delete employee data
- Responsive UI with React
- Backend powered by Node.js, Express.js, and MongoDB
- MongoDB
- Express.js
- React
- Node.js
cd backend
npm install
npm dev
// For Frontend
cd frontend
npm install
npm start

