Skip to content

AdamMorytko/bookAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bookAPI

Learning Spring, Spring MVC, Dependency Injection.

How it works

  • HTTP GET method /books - get all books
  • HTTP POST method /books - add a new book
  • HTTP GET method /books/{id} - get a book by id
  • HTTP PUT method /books - update a book by id
  • HTTP DELETE method /books/{id} - delete a book by id

About

Learning Spring, Spring MVC, dependency injection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages