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

https://github.com/roger-king/go-play

Playing with golang api server
https://github.com/roger-king/go-play

Last synced: 2 months ago
JSON representation

Playing with golang api server

Awesome Lists containing this project

README

        

# Go-Ecommerce

Simple E-Commerce API endpoint in GoLang. This is me playing around with GoLang and Trying to implement my best practices.

# Pre-Requisites

- Go v1.10.1
- Dep v.0.4.1
- Realize

```bash
go get -u github.com/golang/dep/cmd/dep
go get -u github.com/oxequa/realize
```

# Start Development

```bash
# Install dependencies
dep ensure

# Start Application
realize start
```