Golang/Gorilla + MySQL/SQLX Example
An example of how we can organize work with sqlx and MySql
in Golang/Http and Gorilla web toolkit.
Also used Negroni HTTP Middleware and Angular.js
MVW Framework for frontend.
Used libraries and frameworks:
1. Gorrila
2. Negroni
3. Sqlx
4. Angular.js
Install:
go get github.com/gkiryaziev/go-gorilla-mysql-sqlx-example
Edit configuration
Copy `config.default.yaml` to `config.yaml` and edit configuration.
Build and Run:
go build && go-gorilla-mysql-sqlx-example