GithubHelp home page GithubHelp logo

jangocheng / upms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from anigm/upms

0.0 1.0 0.0 12.8 MB

一套使用go语言编写的支持用户、角色、权限的管理系统

Go 70.85% JavaScript 27.74% HTML 0.67% CSS 0.74%

upms's Introduction

用户管理系统

角色

  • 添加分组 /role/group/create [put]
  • 删除分组 /role/group/delete [delete]
  • 添加角色 /role/create [put]
  • 修改角色 /role/modify [post]
  • 删除角色 /role/delete [delete]
  • 组内添加角色 /role/group/add [post]
  • 组内删除角色 /role/group/remove [post]
  • 关联权限 /role/permission/add [post]
  • 取消权限关联 /role/permission/remove [post]

权限

  • 添加分组 /permission/group/create [put]
  • 删除分组 /permission/group/delete [delete]
  • 添加权限 /permission/create [put]
  • 修改权限 /permission/modify [post]
  • 删除权限 /permission/delete [delete]
  • 组内添加权限 /permission/group/add [post]
  • 组内删除权限 /permission/group/remove [post]
  • 关联角色 /permission/role/add [post]
  • 取消角色关联 /permission/role/remove [post]

用户

  • 注册 /register [post]
  • 登陆 /login [post]
  • 删除 /user/delete [delete]
  • 查询 /user [get]
  • 修改信息 /user/modify [post]
  • 修改密码 /user/passwd [post]
  • 关联角色 /user/role/add [post]
  • 取消角色关联 /user/role/remove [post]

  • 用户基本信息
  • 用户登陆验证:手机、邮箱、账号、QQ、微信、微博
  • 位置信息
  • 日志信息
  • 扩展信息

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.