This repository is an example of how to use docker compose to deploy a full stack application, using a diversified stack.
## clone this repository
git clone https://github.com/lrth06/gomono.git
cd gomono
docker compose up -d
For your convenience, and the purpose of demonstration, the images for both client and server examples have been built and are available on docker hub. That means no building or writing code to see this example in action.