Skip to content

danimal141/rest-api-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

How to Develop

$ go get github.com/danimal141/rest-api-sample
$ cd $GOPATH/src/github.com/danimal141/rest-api-sample
$ dep init
$ dep ensure -update
$ go run main.go

Test

$ go test ./api/v1/...

Generate API documentation

$ npm install
$ gulp

Check API documentation

About

Sample REST API written in Golang

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published