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

https://github.com/rafal-stefanski/random-list-generator-app

SPRING BOOT 2 App random generator for dog facts with image, users with avatars and random car list.
https://github.com/rafal-stefanski/random-list-generator-app

api http-client java-8 mvc spring-boot thymeleaf

Last synced: 2 months ago
JSON representation

SPRING BOOT 2 App random generator for dog facts with image, users with avatars and random car list.

Awesome Lists containing this project

README

          

### Spring Random List Generator - using http client

Generats lists of:

- users :robot:
- cars :car:
- random fact about dogs with photos 🐕

endpoint: http://localhost:8080/

#### Description

* [X] Using API from services belowe that returns collection:
https://github.com/public-apis/public-apis
Comunication using RestTemplate.
Presentation in GUI with Thymeleaf in simple table.

***

![screen shot](https://github.com/Rafal-Stefanski/Spring-Random-List-Generator/blob/master/src/main/resources/static/screen_shot_03.png)

![screen shot](https://github.com/Rafal-Stefanski/Spring-Random-List-Generator/blob/master/src/main/resources/static/screen_shot_02.png)

![screen shot](https://github.com/Rafal-Stefanski/Spring-Random-List-Generator/blob/master/src/main/resources/static/screen_shot_01.png)