Software Architecture
2 Dockerfiles in the application
First Dockerfile is building Node.js Frontend
Second Dockerfile is building Golang Backend
Docker Compose Yml Script orchestrates all the services
Entry Point for Backend
main.go
Entry Point for FrontEnd
In the package.json there is a script starting webpack-dev-server
{routes,handlers}
The script invoked is called webpack:docker
The script invoked is called go run *.go
Demo Time !!
Containers
By Jean-Marcel Belmont
Software Engineer with passion for automation