An open API service indexing awesome lists of open source software.

https://github.com/microverseinc/docker-workshop-go


https://github.com/microverseinc/docker-workshop-go

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# 🧱 Sample project - Go

![Containerization with Docker Workshop](https://lh3.googleusercontent.com/drive-viewer/AFGJ81pCHvhHEKc9l8OoAelaM3IK4KPyuPJCGKPithEQ-m0oT_OODkIzHyEPW8ZmCG-5pN03HpeUOY4ISFpwmSRhvrZxRioC3w=s1600)

## ❓ 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)!