Thanks to visit codestin.com
Credit goes to github.com

Skip to content

BambangSinaga/petstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

petstore

Build REST pet service using golang

Execute Migration

# install goose
go get bitbucket.org/liamstask/goose/cmd/goose

# up table pet
goose -path="$GOPATH/src/github.com/BambangSinaga/petstore/db" up

How To Run This Project

# GET WITH GO GET
go get github.com/BambangSinaga/petstore

# Go to directory
cd $GOPATH/src/github.com/BambangSinaga/petstore

# Install Dependencies
glide install -v

# Run Project
go run main.go

About

Build REST pet service using golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages