Skip to content

notadd/nt-module-user

Folders and files

NameName
Last commit message
Last commit date
Jan 24, 2019
Sep 7, 2018
Jul 5, 2019
Sep 15, 2018
Aug 13, 2018
Sep 29, 2018
Sep 13, 2018
Sep 13, 2018
Jul 5, 2019
May 11, 2019
Dec 21, 2018
Jan 16, 2019
May 20, 2019

Repository files navigation

Notadd 用户模块(Grpc 版本)

Notadd 用户服务,向 Notadd 主程序提供 rpc 接口,其功能与 graphql-api 版基本一致

接口文档和权限设计文档在 graphql-api 分支下

使用说明

  1. 克隆 master 分支到本地
  2. 安装依赖 yarn install
  3. 手动创建数据库
  4. 修改数据库配置,配置项在 user.module.ts 中,只需修改 hostportusernamepassworddatabase (database 必须为创建好的数据库)
  5. 启动 server,yarn start
  6. 启动 Notadd 主程序,Notadd