Skip to content

bagus123/go-rest-mongodb

Repository files navigation

Go Rest MongoDB

Installation

# install dep (ignore if dep installed in your machine)
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh


# get source code
go get github.com/bagus123/go-rest-mongodb


# go into folder go-rest-mongodb
cd $GOPATH/src/github.com/bagus123/go-rest-mongodb

# download dependencies
dep ensure

# running from the source
go run main.go


# running from binary

# install
go install

# go into folder bin
cd $GOPATH/bin

# run from binary
./go-rest-mongodb


About

go rest with Gin Gonic and mongoDb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages