abidhmuhsin / qoradmin

QOR-Example create admin-panel for easy projects with authentification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qoradmin

QOR-Example create admin-panel for easy projects with authentification

Tiny example for create Admin-panel on QOR SDK (github.com/qor/) for business application with users authentication, i18n and Sqlite base (see in publisher repositarium two example: 1- very light and no have Authentication; 2- very hard and use for storage Mysql - it's no good for alls little projects). Qor tries to keep to the MVC-principle of building applications. All Qor models based on Gorm (github.com/jinzhu/gorm, it's best ORM for Golang).

For compile runs this steps:

  1. Install Qor and dependies from github.com/qor/
  2. Run build.bat
  • After running the script auto runs server on localhost:80
  • Admin panel accesses from localhost:80/admin (test@test.com/testing)

For demonstration run:

  1. download qoradmin_exe.zip, extract and run qoradmin.exe
  • Server starts on localhost:80
  • Admin panel accesses from localhost:80/admin (test@test.com/testing)

About

QOR-Example create admin-panel for easy projects with authentification


Languages

Language:CSS 78.2%Language:Go 13.0%Language:JavaScript 8.7%Language:Batchfile 0.1%