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

https://github.com/hendisantika/spring-boot-books

Spring Boot Books with Postgresql n PgAdmin
https://github.com/hendisantika/spring-boot-books

docker docker-compose pgadmin4 spring-boot-docker

Last synced: 28 days ago
JSON representation

Spring Boot Books with Postgresql n PgAdmin

Awesome Lists containing this project

README

          

# spring-boot-books
### Things todo list
1. Clone this repository: `git clone https://github.com/hendisantika/spring-boot-books.git`
2. Navigate to the folder: `cd spring-boot-books`
3. Run the application: `mvn clean spring-boot:run`
4. Open your favorite browser: http://localhost:5050
5. Open your favorite browser: http://localhost:8080/api/books
6. Open your favorite browser: http://localhost:8080/api/books/{id}

### Image Screenshot

PgAdmin Page

![PgAdmin Page](img/pgAdmin.png "PgAdmin Page")

List Books Page

![List Books Page](img/books.png "List Books Page")

Find Book by Id

![Find Book by Id](img/id.png "Find Book by Id")