简单的管理系统,麻雀虽小,五脏俱全。
完整的项目文档和开发过程
项目文档
请将所有链接中的“shaojintian/Best_README_template”改为“your_github_name/your_repository”
- pre-commit
- gocov
- gocov-html
- Get a free API Key at https://example.com
- Clone the repo
git clone https://github.com/shaojintian/Best_README_template.git
eg:
filetree
├── ARCHITECTURE.md
├── LICENSE.txt
├── README.md
├── /account/
├── /bbs/
├── /docs/
│ ├── /rules/
│ │ ├── backend.txt
│ │ └── frontend.txt
├── manage.py
├── /oa/
├── /static/
├── /templates/
├── useless.md
└── /util/
请阅读ARCHITECTURE.md 查阅为该项目的架构。
暂无
贡献使开源社区成为一个学习、激励和创造的绝佳场所。你所作的任何贡献都是有意义的。
- Fork这个项目
- 创建你自己的功能分支 (
git checkout -b feature/amazing_feature
) - 提交你的代码 (
git commit -m 'add some amazing_feature'
) - 推送你的代码 (
git push origin feature/amazing_feature
) - 创建合并请求
该项目使用Git进行版本管理。您可以在repository参看当前可用版本。
您也可以在贡献者名单中参看所有参与该项目的开发者。
该项目签署了MIT 授权许可,详情请参阅 LICENSE.txt