Skip to content

pc-97/spring-boot-crud-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-crud-rest-api

CRUD REST API with Spring Boot and Hibernate

Steps to run the application

  • Import this project as a Maven project.
  • Run the sql script in the database to create employee table.
  • Run application as a Java application.

Test the API with client tool such as Postman to perform various CRUD operations (Create, Read, Update and Delete).

REST APIs :

  • GET : /api/employees
  • GET : /api/employees/{employeeId}
  • POST : /api/employees
  • PUT : /api/employees
  • DELETE : /api/employees/{employeeId}

(This project is a part of the course Spring & Hibernate for Beginners (includes Spring Boot) by Chad Darby)

About

CRUD REST API with Spring Boot and Hibernate

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages