Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 538 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 538 Bytes

GOMONO


Go and React orchestrated with docker

This repository is an example of how to use docker compose to deploy a full stack application, using a diversified stack.


Commands

## 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.