Skip to content

Elton-John/Book_API_workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

23 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Book_API_workshop

Creating API for books management with Spring

Author and License

OLGA KRYUKOVA
MIT license (It lets people do almost anything they want with the project, like making and distributing closed source versions)

This is how it works

  • 🌟 GET /books - get all books;
  • 🌟 POST /books - add new book (jason);
  • 🌟 GET /books/{id} - get one book by id;
  • 🌟 PUT /books - update one book by id;
  • 🌟 DELETE /books/{id} - delete one book by id;

Very satisfying for me at the beginning of my Java learning 😊

About

Creating API for books management with Spring

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages