8000 GitHub - malfanmh/go-shop: simple ecommerce RESTfull using GO
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

malfanmh/go-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-Shop


Requerment Summary:

  • GO v1.8 or later varsion
  • Iris framework
  • Vendoring Using Govendor

Instalation :

  • Read Go installation steps from hire.
  • After Go installed and the environment variables are set, install govendor
go get -u github.com/kardianos/govendor

Project

  • Clone the project
git clone https://github.com/malfanmh/go-shop.git
  • Restore vendor source , (full documentation hire)
govendor sync
GOSHOP_CONNFIG=/etc/go-ship/config.yml
  • Type below command To run application
go build && ./go-shop

or you can direct output binary , for example :

go build -o /usr/local/bin/go-shop

api documentation

About

simple ecommerce RESTfull using GO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0