GithubHelp home page GithubHelp logo

flow106 / goframe-admin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zhouyaozhouyao/goframe-admin

1.0 0.0 0.0 19.23 MB

使用goframe框架搭建admin项目脚手架

Dockerfile 0.84% Go 95.62% PLpgSQL 3.54%

goframe-admin's Introduction

当前项目会长期更新当作学习记录,有需求的小伙伴可以自行下载,也可以参考以下项目,其他人开发的管理后台,也是基于GF

gmanager: 基于gf框架的管理平台,支持登录、认证、组织机构、用户、角色、菜单、日志 https://gitee.com/goflyfox/gmanager

简要说明

登录账号信息

用户名:admin

密码:123456

项目数据库结构在docfile/sql目录下

前端界面搭建中

自述:第一次设计,整体结构可能有些问题,望见谅,要是能给我个建议什么的就更好了。暂时也没想到增加什么功能,有需要可以提个issues,看看我能不能做。


技术栈

后端

框架:GoFrame

登录加密:RSA

API授权方式:JWT,使用gf-jwt


前端

框架:vue-element-admin



如何访问接口

 gf run main.go
  SERVER  | DOMAIN  | ADDRESS | METHOD |         ROUTE         |                           HANDLER                           |   MIDDLEWARE     
|---------|---------|---------|--------|-----------------------|-------------------------------------------------------------|-----------------|
  default | default | :8199   | POST   | /v1/admin/loginSubmit | github.com/gogf/gf-jwt.(*GfJWTMiddleware).LoginHandler-fm   |                  
|---------|---------|---------|--------|-----------------------|-------------------------------------------------------------|-----------------|
  default | default | :8199   | GET    | /v1/admin/refresh     | github.com/gogf/gf-jwt.(*GfJWTMiddleware).RefreshHandler-fm | token.Validator  
|---------|---------|---------|--------|-----------------------|-------------------------------------------------------------|-----------------|
  default | default | :8199   | GET    | /v1/admin/user        | gadmin/router.init.0.func1.1.1                              | token.Validator  
|---------|---------|---------|--------|-----------------------|-------------------------------------------------------------|-----------------|

使用postman发送post请求

goframe-admin's People

Contributors

zhouyaozhouyao avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.