developing a backend API for Admin using Java ,Spring Boot. The API should allow users to perform various CRUD operations
This API allows users to perform CRUD operations on Employee entities with having 4-5 fields
- Application should have the capability to store below information of an employee a. Employee ID (Auto incremented) b. Employee Name c. Contact Number (Only numeric values allowed and maximum number should be 10) d. Email id (Validation for email) e. Address f. Education (dropdown with values [MCA, B. Tech, B. Sc. (cs), M. Tech]) g. Total year of experience - numeric values
- Each user needs to pass authentication process. Credentials for authentication process will be “admin & admin”.
- After successful authentication application will show home screen with provision to show registered employee list, provision to register new employee, modify existing employee and delete existing employee with confirmation message.
- Data will be saved, retrieved, or modified by using stored procedure. But if you are not familiar with stored procedure than same can be done by using query also.
- Application UI should be neat and clean.
- Employee Module
after clicking edit option we have 2 option to modify or Del Employee
here you get alert to delete modified
- Java
- MySQL
- Spring Boot
- Spring Data JPA
- Hibernate
- lombok
- Maven
- Git & GitHub
- Spring tool suite