Skip to content

steveoc64/qor-example

 
 

Repository files navigation

QOR example application

This is an example application to show and explain features of QOR.

Chat Room: Join the chat at https://gitter.im/qor/qor

Quick Started

Go version: 1.6+

# 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
$ gom install
$ go run main.go

Generate sample data

$ go get ./db/seeds/...
$ go run db/seeds/main.go db/seeds/seeds.go

Run tests (Pending)

$ go test $(go list ./... | grep -v /vendor/ | grep  -v /db/)

Admin Management Interface

Qor Example admin configuration

Online Demo Website: demo.getqor.com/admin

RESTful API

Qor Example API configuration

Online Example APIs:

License

Released under the MIT License.

@QORSDK

About

An example application showcasing the QOR SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 60.4%
  • CSS 25.9%
  • JavaScript 9.4%
  • Smarty 3.6%
  • Shell 0.7%