Project information
- Category : Full-stack
- Stack : HTML, CSS, Java, Springboot , Angular
- Project URL (Backend): Github.com
- Project URL (Frontend): Github.com
Project Description
The frontend of the employee management app is a web application built using Angular. It allows users to view a list of all employees, add new employees, edit existing employees, and delete employees.
The backend of the employee management app is a REST API built using Java, SQL, and Spring Boot. It provides the CRUD endpoints that the frontend application uses to perform CRUD operations on employee data.
The backend also features a database to store employee data. The database is implemented using SQL and is compatible with all major relational database management systems (RDBMS), such as MySQL, PostgreSQL, and Oracle.
The frontend and backend of the employee management app are integrated using the REST API. The frontend application makes GET, PUT, DELETE, and POST requests to the backend API to perform CRUD operations on employee data.
The employee management app is a fully functional web application that enables users to manage employee data.