Creating API for books management with Spring
OLGA KRYUKOVA
MIT license (It lets people do almost anything they want with the project, like making and distributing closed source versions)
- π 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 π