Skip to content

antonybudianto/go-starter

Repository files navigation

go-starter

A starter for a Golang REST API.

Install

Use official dependency manager, dep

dep ensure

Start

go run *.go

Docker

You can use Docker and docker-compose for development

docker-compose up

It'll be served at http://localhost:8000

Try visiting http://localhost:8000/users

License

MIT

Releases

No releases published

Packages

No packages published