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
- Host: GitHub
- URL: https://github.com/roger-king/go-play
- Owner: roger-king
- Created: 2018-07-06T19:34:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-20T23:06:16.000Z (almost 7 years ago)
- Last Synced: 2025-02-01T02:25:18.728Z (4 months ago)
- Language: Go
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```