johnidm / RDshun

API/Web application that manages user tracking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shun

API/Web application that manages user tracking.

Build Status

Deploy

Running Locally

Make sure you have Go installed and GOPATH defined.

I recommend you use Go Version Manager

Clone the project

$ go get -u github.com/johnidm/RD-shun
$ cd $GOPATH/src/github.com/johnidm/RD-shun

Available commands

  • make run: Run the prject
  • make build: Build the prject
  • make test: Run all tests

Your app should now be running on localhost:8080

About

API/Web application that manages user tracking


Languages

Language:Go 90.3%Language:Makefile 9.7%