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.
- Host: GitHub
- URL: https://github.com/edgar-code-repository/spring-boot-rest-books
- Owner: edgar-code-repository
- Created: 2019-03-19T02:33:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-30T18:51:05.000Z (over 5 years ago)
- Last Synced: 2025-01-23T04:29:31.751Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 264 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:

----------------------------------------------------------------------------------------
Get call to service "categories" from Postman:

----------------------------------------------------------------------------------------
Get call to service "authors" from Postman:

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