Skip to content

Spring Boot RESTful Bookshop API(MySQL, WEB, JPA) with database containing a many-to-many relationship

Notifications You must be signed in to change notification settings

GabrielDesmodus/REST-Bookshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

REST-Bookshop

Spring Boot RESTful Bookshop API(MySQL, WEB, JPA) with database containing a many-to-many relationship

  • It automatically creates the database, populates it, contaning a book table, a client table, and a table that connects both tables.
  • POST, GET, DELETE, PUT

Methods:

  • Find all instance
  • Find an instance by id
  • Save an instance
  • Delete an instance
  • Delete all instances in the repository
  • Update an instance

About

Spring Boot RESTful Bookshop API(MySQL, WEB, JPA) with database containing a many-to-many relationship

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages