Skip to content

An example application where the user can perform CRUD operations on the customer database

Notifications You must be signed in to change notification settings

MuratKymc/employee-CRUD-backend-with-SpringBoot-MySQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Spring Boot : employee-CRUD-backend-with-SpringBoot-MySQL

Frontend:

You can see the frontend part of the project by following this link: https://github.com/MuratKymc/employee-CRUD-frontend-with-Angular.git

Introduction

An example application where the user can perform CRUD operations on the customer database

Technologies

  • Java
  • Spring Boot
  • MySQL
  • JPA
  • Maven
  • Swagger

Maven Dependencies

  • Spring Boot DevTools
  • Lombok
  • Spring Web
  • Spring Data Jpa
  • PostgreSQL Driver
  • Validation

Explore APIs

  "/api/v1"
Method Url Decription
GET "/employees/{if}" Get employee by id.
GET "/employees Gets all employees.
Post "/employees" Add employee.
Put "/employees/{id}" Updates employee datas.
Delete "/employees/{id}" Delete employee by id.

Swagger

image