An open API service indexing awesome lists of open source software.

https://github.com/upframe/shopy

:credit_card: Online store platform [WIP]
https://github.com/upframe/shopy

shop store

Last synced: 6 months ago
JSON representation

:credit_card: Online store platform [WIP]

Awesome Lists containing this project

README

          

# Shopy

[![Build](https://img.shields.io/travis/bruhs/shopy.svg?style=flat-square)](https://travis-ci.org/bruhs/shopy)
[![Documentation](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](http://godoc.org/github.com/upframe/shopy)
[![Go Report Card](https://goreportcard.com/badge/github.com/upframe/shopy?style=flat-square)](https://goreportcard.com/report/bruhs/shopy)

## Get the environment ready FOR DEVELOPMENT

Certify yourself that the variable `GOPATH` is set and that `$GOPATH/bin` is in your `PATH`.

1. `go get github.com/upframe/shopy`
2. `cd $GOPATH/src/github.com/upframe/shopy/cmd/fest`
3. `go install && shopy`