Giter Site home page Giter Site logo

aiden-fe / compass-service Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 1.0 443 KB

Nestjs backend service.

License: MIT License

JavaScript 0.72% TypeScript 98.14% Dockerfile 0.93% Shell 0.22%
nestjs nodejs prisma express nodemailer passport passport-jwt prisma-client typescript alicloud-sms

compass-service's People

Contributors

aiden-fe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

doublek2013

compass-service's Issues

支持用户管理

  • 支持创建用户
  • 支持删除用户
  • 支持更新用户
  • 支持获取指定用户信息
  • 支持获取所有用户信息

支持多应用的权限管理

  • 增加或批量增加
  • 指定删除或批量删除
  • 指定修改
  • 查询所有的权限列表或特定应用范围的权限列表
export type Premission {
  id: number; // 自增
  key: string;  // 唯一字符串
  name: string; // 权限名
  scope: string; // 所属应用范围
  parentKey?: string; // 父级权限
  description?: string; // 权限描述
}

支持角色管理

新增角色
删除指定角色
更新指定角色
查询指定角色信息
查询所有角色信息

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.