Employee Management Service

About The Project

This is a Backend of web app which alows users to do CRUD actions.

What It can do?:

  • User can create/ update / delete the records of an employee.
  • It can also fetch the details of employee using various parameters.

How to use?:

  • You can Clone this repo and build the pom.xml file using maven build.
  • And just run the maven-clean-install or directly run the application if you are using any ide.

🔨Built With

  • This is written in Java using Spring BOOT and Spring DATA JPA.