An open API service indexing awesome lists of open source software.

https://github.com/edgar-code-repository/spring-boot-rest-books

REST API built with Spring Boot, Spring Data JPA, Maven and PostgreSQL.
https://github.com/edgar-code-repository/spring-boot-rest-books

Last synced: 6 months ago
JSON representation

REST API built with Spring Boot, Spring Data JPA, Maven and PostgreSQL.

Awesome Lists containing this project

README

          

BOOKSTORE REST API
----------------------------------------------------------------------------------------

REST API built with Spring Boot, Spring Data JPA, Maven and PostgreSQL.

This app contains three simple Rest Services that deal with information about
books, categories and authors.

----------------------------------------------------------------------------------------

Get call to service "books" from Postman:

![Screenshot Books](screenshots/spring-boot-rest-books-postman-call.png)

----------------------------------------------------------------------------------------

Get call to service "categories" from Postman:

![Screenshot Categories](screenshots/spring-boot-rest-categories-postman-call.png)

----------------------------------------------------------------------------------------

Get call to service "authors" from Postman:

![Screenshot Authors](screenshots/spring-boot-rest-authors-postman-call.png)

----------------------------------------------------------------------------------------