Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 773 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 773 Bytes

Golang Microservice Course Files

This directory contains the course files for the golang microservice course by Dreams of Code

In here, you'll find the completed work, any scripts used and the various starting points.

Requirements

Go

This project uses Go as it's main language. The version of Go used in this tutorial is 1.20. You can install Go either directly from the Golang website

or by using goenv which allows you to manage different versions of go.

Redis

Redis is used in the project as the primary database. This can be installed either following instructions for your operating system, or by using Docker.