https://github.com/jmlakshmisagar/insuranceapp-using-angular
A comprehensive web-based employee management system built with Angular and Spring Boot
https://github.com/jmlakshmisagar/insuranceapp-using-angular
angular maven mysql spring-boot
Last synced: 3 months ago
JSON representation
A comprehensive web-based employee management system built with Angular and Spring Boot
- Host: GitHub
- URL: https://github.com/jmlakshmisagar/insuranceapp-using-angular
- Owner: jmlakshmisagar
- Created: 2025-03-06T12:02:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-07T14:57:46.000Z (over 1 year ago)
- Last Synced: 2025-06-02T07:11:48.611Z (about 1 year ago)
- Topics: angular, maven, mysql, spring-boot
- Language: TypeScript
- Homepage:
- Size: 139 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Employee Management System
A comprehensive web-based employee management system built with Angular and Spring Boot.
## Features
- 👥 Employee Management (CRUD operations)
- 🔍 Quick Search functionality
- 💰 Salary and Insurance scheme handling
- 📱 Responsive design
- 🛡️ Secure data management
## Tech Stack
- Frontend: Angular 15+
- Backend: Spring Boot 3
- Database: MySQL
- Styling: Bootstrap 5
- Icons: Bootstrap Icons
## Prerequisites
- Node.js (v14+)
- Angular CLI
- Java JDK 17
- Maven
- MySQL
## Screenshots





## API Endpoints
| 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 |