A comprehensive web-based employee management system built with Angular and Spring Boot.
- 👥 Employee Management (CRUD operations)
- 🔍 Quick Search functionality
- 💰 Salary and Insurance scheme handling
- 📱 Responsive design
- 🛡️ Secure data management
- Frontend: Angular 15+
- Backend: Spring Boot 3
- Database: MySQL
- Styling: Bootstrap 5
- Icons: Bootstrap Icons
- Node.js (v14+)
- Angular CLI
- Java JDK 17
- Maven
- MySQL
| Method | Endpoint | Description |
|---|---|---|
| GET | / |
Get all employees |
| POST | /create |
Create new employee |
| GET | /find/{id} |
Find employee by ID |
| PUT | /update |
Update employee |
| DELETE | /delete/{id} |
Delete employee |




