Skip to content

qor/qor-example

Folders and files

NameName
Last commit message
Last commit date
Jun 3, 2019
Aug 20, 2020
Jun 8, 2018
Jan 7, 2019
Mar 1, 2018
Jul 30, 2024
Dec 25, 2017
Oct 31, 2016
Aug 20, 2020
May 26, 2017
Apr 14, 2025
Apr 14, 2025
Jun 22, 2017
Jan 4, 2019
Aug 27, 2024
Dec 18, 2024

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.8+

# Get example app
$ go get -u github.com/qor/qor-example

# Setup database
# Or if you prefer postgreSQL see the postgres_env file for its configuration.
$ 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 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

About

An example application showcasing the QOR SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published