- you have go1.10.1 installed
- you have correcly setup GOPATH variable
- you have installed mysql and you have mysql username/password
- open terminal and execute following commands
$ go get -u github.com/lakshanwd/muve-go
$ cd $GOPATH/github.com/lakshanwd/muve-go
$ mysql -u <mysql-user> -p < backup.sql
$ cd go-crud
$ go get -v ./...
- open a text editor and configure sql credentials in config.json
- and finally
$ go run server.go
There is the JWT authenticated golang api
- Open google chrome and install Restlet, sign in and click import and Select Restlet Client Repository and browse for the muve-go.json
- install docker-ce
- install docker-compose
- run
$ docker-compose -f muve-go/docker-compose.yml up -d