qor-example

command module
v0.0.0-...-2665f61 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2021 License: MIT Imports: 28 Imported by: 0

README

QOR example application

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

Chat Room:

Quick Started

Go version: 1.8+
# Get example app
$ go get -u github.com/conku/qor-example

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

# Run Application
$ cd $GOPATH/src/github.com/conku/qor-example
$ go run main.go
Generate sample data
$ go run config/db/seeds/main.go config/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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL