Skip to content

grengojbo/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
mkdir -p ${GOPATH}/src/github.com/qor && cd ${GOPATH}/src/github.com/qor
git clone https://github.com/grengojbo/qor-example && cd qor-example
git remote add upstream https://github.com/qor/qor-example.git
git fetch upstream
git checkout -b upstream --track upstream/master
make install
make qor
make git

# Setup database
$ mysql -uroot -p
mysql> CREATE DATABASE qor_example;

# Run Application
$ cd $GOPATH/src/github.com/qor/qor-example
$ go run main.go

Generate sample data

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

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

  • CSS 61.0%
  • JavaScript 29.8%
  • Go 7.9%
  • Other 1.3%