In this workshop, we will work with the Wordsmith application which is the demo project shown at DockerCon EU 2017 and 2018.
NB: Please try to find your own solutions before getting response from the repository.
We have 3 containers to manage for Wordsmith App.
-
db : is a Postgresql database which stores words like Nouns, Adjectives and Verbs.
-
api : is a Java REST API which serves words read from the database and expose them through specific endpoints.
-
web : is a Go web application which calls the api and builds words into sentences
- Clone the project in your local machine.
git clone git@github.com:codeworks-secops/docker-and-docker-compose-workshop.git- Checkout the
code-basebranch to start.
git checkout code-base