https://github.com/microverseinc/docker-workshop-go
https://github.com/microverseinc/docker-workshop-go
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/microverseinc/docker-workshop-go
- Owner: microverseinc
- Created: 2023-06-01T11:21:10.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-01T13:42:22.000Z (about 3 years ago)
- Last Synced: 2025-01-15T10:07:16.835Z (over 1 year ago)
- Language: Go
- Size: 32.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🧱 Sample project - Go

## ❓ Description
This sample project is part of the workshop "Containerization with Docker" by Microverse. Find out more about the workshop:
[👉 "Containerization with Docker" workshop](https://github.com/microverseinc/docker-workshop)
## 🛫 Getting Started
### Prerequisites
1. Verify if Go is installed
```sh
go version
```
### Installing
1. Clone the project to your machine:
```sh
git clone https://github.com/microverseinc/docker-workshop-go
```
2. Install dependencies
```sh
go get .
```
### Executing program
1. Run the application
```sh
go run .
```
## 🙋🏽♀️ Help
If you need any help, send a message to the Slack channel [#modern-ci-cd-with-docker-demo-workshop](https://microverseupskill.slack.com/archives/C059WD1U06T)!