https://github.com/saltbo/moreu
Help you forget the user system and focus on business development.
https://github.com/saltbo/moreu
Last synced: about 2 months ago
JSON representation
Help you forget the user system and focus on business development.
- Host: GitHub
- URL: https://github.com/saltbo/moreu
- Owner: saltbo
- License: apache-2.0
- Created: 2020-08-07T06:16:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-14T01:43:26.000Z (over 4 years ago)
- Last Synced: 2024-08-03T17:18:29.226Z (10 months ago)
- Language: Go
- Homepage:
- Size: 6.93 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# moreu
[](https://github.com/saltbo/moreu/actions?query=workflow%3Abuild)
[](https://codecov.io/gh/saltbo/moreu)
[](https://wakatime.com/badge/github/saltbo/moreu)
[](https://app.codacy.com/manual/saltbo/moreu?utm_source=github.com&utm_medium=referral&utm_content=saltbo/moreu&utm_campaign=Badge_Grade_Dashboard)
[](https://github.com/saltbo/moreu/releases)
[](https://github.com/saltbo/moreu/blob/master/LICENSE)English | [🇨🇳中文](https://saltbo.cn/moreu)
## Features
- 安装系统:引导用户进行安装
- 配置系统:帮助开发者进行配置管理
- 用户系统:提供注册登录,个人配置等功能## Endpoints
Endpoint | Method | Auth? | Description
------------------- | ------ | ----- | --------------------------
`/tokens` | POST | No | 用于账户登录和申请密码重置
`/users` | GET | No | 获取一个用户信息
`/users` | POST | No | 注册一个用户
`/users/{email}` | PATCH | No | 用于账户激活和密码重置
`/users/{username}` | GET | No | 获取一个用户信息## Contributing
See [CONTRIBUTING](CONTRIBUTING.md) for details on submitting patches and the contribution workflow.
## Contact us
- [Author Blog](https://saltbo.cn).
## Author
- [saltbo](https://github.com/saltbo)
## License
- [MIT](https://github.com/saltbo/moreu/blob/master/LICENSE)