https://github.com/notadd/nt-module-user
The user module for Notadd application.
https://github.com/notadd/nt-module-user
Last synced: about 1 year ago
JSON representation
The user module for Notadd application.
- Host: GitHub
- URL: https://github.com/notadd/nt-module-user
- Owner: notadd
- License: apache-2.0
- Created: 2018-07-27T04:26:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-09T06:37:17.000Z (about 1 year ago)
- Last Synced: 2025-03-16T09:43:43.087Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 2.47 MB
- Stars: 64
- Watchers: 9
- Forks: 21
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notadd 用户模块(Grpc 版本)
Notadd 用户服务,向 Notadd 主程序提供 rpc 接口,其功能与 [**graphql-api**](https://github.com/notadd/nt-module-user/tree/graphql-api) 版基本一致
接口文档和权限设计文档在 [graphql-api 分支下](https://github.com/notadd/nt-module-user/blob/graphql-api/README_zh.md)
## 使用说明
1. 克隆 `master` 分支到本地
2. 安装依赖 `yarn install`
3. 手动创建数据库
4. 修改数据库配置,配置项在 `user.module.ts` 中,只需修改 `host`、`port`、`username`、`password`、`database` (database 必须为创建好的数据库)
5. 启动 server,`yarn start`
6. 启动 Notadd 主程序,[Notadd](https://github.com/notadd/notadd)