Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 421 Bytes

Readme.md

File metadata and controls

22 lines (15 loc) · 421 Bytes

Go API

A barebones Go API service.

Development

Make sure you have Go and the Widemesh CLI installed.

$ git clone https://github.com/widemeshcloud/go-api-quickstart.git # or clone your own fork
$ cd go-api-quickstart
$ go build
$ ./go-api-quickstart

Your go service should now be running on localhost:5000.

Deploying

$ mesh deploy