- Clone this repository
- Navigate into the project root directory
- Run the command
go run main.go
- EP1 - Build Test Deploy
- EP2 - GitHub Action Automation
- EP3 - Infrastructure as Code (IaC)
- EP4 - Custom domains in Azure
- Ensure podman or Docker are running on your local machine
- Using either of the tools, run the commands shown below:
$ docker build --tag docker.io/doa-ep1:v1 .
$ docker run -dt -p 3000:3000/tcp docker.io/library/doa-ep1:v1
In a browser, navigate to localhost:3000