/go-docker-api

The go-docker-api project is an API developed in Go (Golang) that simplifies the management of Docker containers.

Primary LanguageGo

go-docker-api

The go-docker-api project is an API developed in Go (Golang) that simplifies the management of Docker containers.

Badge


Pre-requisites

Before starting, you will need to have the following tools installed on your machine: Git, golang. Furthermore, it is good to have an editor to work with the code like VSCode

🎲 Running the Back End (server)

# Clone this repository
$ git clone <https://github.com/daviaquino87/go-docker-api.git>

# Access the project folder in terminal/cmd
$ cd go-docker-api

# Download dependencies
$ go get ./..

# Start the application
$ go run main.go

🛠 Technologies

The following tools were used to build the project: