The project is a basic employee management system that allows users to create, read, update, and delete employee records. The backend is built using SpringBoot, while the frontend is built using React.
Client: React
Server: SpringBoot, MySQL
Clone the project
git clone https://github.com/MrRfifa/Employee-Manager.gitGo to the project directory
cd Employee-Manager/frontendInstall dependencies
npm installStart the server
npm run start


