bazmurphy / immersive-go-course

An immersive, introductory course to backend software engineering using go.
https://systems.codeyourfuture.io/
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Sprint 1 - Projects - Docker & Cloud Deployment #32

Open bazmurphy opened 7 months ago

bazmurphy commented 7 months ago

Timebox: 2 days

In this project, you’ll build a simple Go server application and Dockerise it to run within a container. You’ll write tests that run against the container, and then build GitHub actions to automate continuous testing and release of the application. You’ll then run it in the cloud by pushing the container image to Amazon AWS Elastic Container Repository, and then launch it in Amazon AWS Elastic Container Service using the user interface.

https://systems.codeyourfuture.io/projects/docker-cloud/