Skip to content

nhlong20/simple-docker-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Compose demo with Golang and ReactJS

Prequisite

  • Have docker engine installed in your local machine

Build with docker

  • Run these following commands:
docker-compose up -d db
docker-compose up -d api
docker-compose up -d balancer
docker-compose up -d fe

View

  • Access http://localhost to view app

About

Docker demo with Golang, MySQL and ReactJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published