Skip to content

bharathkalyans/Book-Management-System-Microservice-SpringBoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Buddy

    • Spring Boot
    • Spring MVC
    • Spring JPA (MySQL)
    • Thyme Leaf
    • HTML
    • CSS
      • Used RestTemplate to call microservice!
  • Authors directory is a spring boot microservice with following end points!
    • PORT USED : 8999

END POINTS

  • To GET Authors

    https:localhost:8999/authors

  • To GET Books

    https:localhost:8999/books

  • To GET Books by Id

    https:localhost:8999/books/id

  • To PUT Book

    https:localhost:8999/books

    Request Body is needed!

  • To DELETE Book

    https:localhost:8999/books/id

  • Library Management System directory is the front end part built using Spring MVC + Spring Boot + Thyme Leaf as template engine.

    • PORT USED : 8085

      https:localhost:8085/

Snapshots

Home Page Add Book Update Book

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published