gmanager v0.1.3 release, based gf management platform

gmanager based management platform gf framework, with login, authentication, organizations, users, roles, menu and log management;

Release Notes

1. gf upgrade version to v1.9.6, gf version fixes 
2. gtoken the latest version of the module, added limitations index, a more rational interface authentication 
3. Characteristics of the latest packet routing 
4. hook to the middleware Middleware 
5. The portion bug fixes

Log Management: 

gmanager

Introduction

Gf-based management platform framework, support login, authentication, organizations, users, roles, menu, log

Note: This project already has the basic functions, the junior partner temporarily for learning or reference go gf frame;

Installation Tutorial

  1. Download the project from the git: git clone  https://github.com/goflyfox/gmanager
  2. Install mysql database, created under the db, run the script deploy gmanager.sql
  3. config.toml modify the configuration file config
Database Configuration # 
[Database] 
    Link = "the root: 123456 @ TCP (127.0.0.1:3306) / gmanager"
  1. go run main.go
  2. Visit http: // localhost to see the login page, username / password: admin / 123456

functional module

  1. Login, authentication, logout
  2. Organization Management
  3. User Management
  4. Role Management
  5. Menu Manager
  6. Log Management
  7. Support login, logout, additions and deletions to the business operation records
  8. Support interface calls, print return parameters for easy troubleshooting

Screenshot platform

log in: 

organization: 

User Management: 

thank

  1. gf framework  https://github.com/gogf/gf

Guess you like

Origin www.oschina.net/news/110190/gmanager-0-1-3-released