Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rakesh3596/employeemanegmentapp

Goldlocks Employe Manegement Application
https://github.com/rakesh3596/employeemanegmentapp

corejava hibernate java maven mysql-database postman rdbms spring-boot spring-mvc swagger-ui

Last synced: about 7 hours ago
JSON representation

Goldlocks Employe Manegement Application

Awesome Lists containing this project

README

        

# Employe Management Application
The application will take the employee data from the Swagger-UI then following the Backend process will take place
Step 1: Data -->Controller -->PostMapping will call -->Service Layer
Step 2: Business Logic Layer(Service Layer) -->Data Processed and validated
if (validated) --> Database Repository will call
else --> Error Message will shown by Error handler Controller
Step 3: Data will Stored in the database and returned to the presentation layer handler ie --> Controler