Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 383 Bytes

readme.md

File metadata and controls

21 lines (12 loc) · 383 Bytes

Golang Cards Project

Description

My Golang Cards implementation based on the cards project from Go: The Complete Developer's Guide (Golang) Udemy course.

How to run

Development

$ docker-compose -f docker-compose.development.yml up --build

Production

$ docker-compose up --build