Skip to content

inFocus7/go-cloudnative-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Cloud Native Practice

Following the "Learning Cloud Native Go" tutorial. W.I.P

Local Setup

  1. 🐳 Make sure you have Docker on your system. If not, visit and go through Dockers' Getting Started doc.
  2. Clone this repository. git clone https://github.com/ginFocus7/go-cloudnative-practice.git
  3. Run docker-compose build then docker-compose up on the root folder.
  4. 🚀 The site should now be running on localhost:8080 assuming no Docker setup errors.

NOTE: Built Docker image is ~500 MB. To remove the image, on the command prompt run docker images to find the Image ID, then docker rmi -f <image_id>

Personal Note: I need to better understand how logging works

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published