This is an example application to show and explain features of QOR.
# Get example app
$ go get -u github.com/qor/qor-example
# Setup database
$ mysql -uroot -p
mysql> CREATE DATABASE qor_example;
# Run Application
$ cd $GOPATH/src/github.com/qor/qor-example
$ go run main.go
$ go run db/seeds/main.go
Released under the MIT License.