microservice_example/

directory
v1.21.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 10, 2023 License: MIT

README

A Simple Microservice Example

This folder contains a simple microservice example. This microservice hosts a homepage and an about page displaying simple strings. Later, it is containerized using a Dockerfile.

Run the following commands


docker build -t gowebapi . 
docker run -p 8080:8080 -tid gowebapi 

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL