Skip to content

Architecture

Simon Bachmann edited this page May 11, 2020 · 1 revision

The follwing image illustrates how the containers a communicating with each other. Each of images is available on Dockerhub. Thus, there is no need to clone any other repositories.

architecture

name-generator

As the name suggests this micro-service is responsible for generating new Pokemon names. How this service is implemented and trained is explained in more in the repo directly.

image-generator

As the name suggests this micro-service is responsible for generating new Pokemon images. How this service is implemented and trained is explained in more in the repo directly.

frontend

The frontend is built with React and MaterialUI. How the repository looks and a demo is shown in the repo.

backend

The backend is a Spring Boot application and uses a MongoDB to persist the data. Detailed information can directly found in the repo.

Project built by:

Alex Wolf aka Lochindaal

Simon Bachmann aka simibac

Clone this wiki locally