/golang-webservice-example

Golang web service example using Fury library

Primary LanguageGo

Golang Web Service Example

How to Run

// Run test
make test

// Build app
make build

// Run app
make run

// Build and run app using docker
make start

// Destroy docker environment
make destroy