https://github.com/k8scat/myuser
A user system for multi-platforms.
https://github.com/k8scat/myuser
Last synced: 4 months ago
JSON representation
A user system for multi-platforms.
- Host: GitHub
- URL: https://github.com/k8scat/myuser
- Owner: k8scat
- License: mit
- Created: 2019-11-27T01:32:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-01T01:05:41.000Z (almost 6 years ago)
- Last Synced: 2025-06-19T01:13:42.731Z (4 months ago)
- Language: Go
- Size: 464 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My User
A user system for multi-platforms.
## Todo
* [x] Swagger API
* [ ] Models
* [ ] Controllers
* [ ] Support multi-conf## OAuth
## Start
```shell script
# Init db before run
bee run
```## Environment
```shell script
go get -u github.com/astaxie/beego
go get -u github.com/beego/bee```
## Reference
* [beego document](https://beego.me/docs/intro/)
* [多平台统一用户系统设计](https://segmentfault.com/a/1190000010627161)