qor-example icon indicating copy to clipboard operation
qor-example copied to clipboard

An example application showcasing the QOR SDK

Results 63 qor-example issues
Sort by recently updated
recently updated
newest added

@jinzhu Install dependencies after the clone project using go mod, but why would it include an enterprise reference package! Error is as follows: ```shell ➜ qor-example git:(master) ✗ go mod...

Cannot crop image in media library. There is infinite pending while saving cropped image and nothing happens

Please provide basic unit and integration test examples with this application

It fails to redirect to admin page

I use "go version go1.13.5 darwin/amd64" "mysql Ver 8.0.18 for macos10.14 on x86_64 (MySQL Community Server - GPL)" After running "go run main.go" it reports "[info] registering callback `publish:versions` from...

the [sb.go](https://github.com/qor/qor-example/blob/57633ac0f7fd03fbe855e0f6c29f33ab1ee34ef7/config/db/db.go#L31) file in case of postgres connection is missing port config, resulting in password authentication failed for user error.

QOR looks like amazing tool.. Can you please make this example work with sqlite? So no installation is required? It would be great if qor-example does not use mysql/postgres dependency....

I run qor-example repository successfully, then i want to implement password of authentication with `auth_themes/clean.` template, but i got some bug, the db data is error. In auth_identities table stored...

Hello, I have `go get` qor-example and `go run main.go`, but got an error: ```bash # github.com/qor/exchange/backends/csv ../exchange/backends/csv/xlsx2csv.go:28:27: sheet.Rows undefined (type *xlsx.Sheet has no field or method Rows) ``` What's...