Indra Octama built GoLang API (JSON) with ECHO framework
Dependencies :
-
You should fork labstack/echo repository from github. The command is:
go get -u github.com/labstack/echo
-
MySQL Database : import db golang.sql to your local computer.
-
SQL Driver :
go get github.com/go-sql-driver/mysql
-
In File Db.go, you should change the parameter of your local DB mysql credential.