All Projects → YahuiAn → Go-bjut

YahuiAn / Go-bjut

Licence: MIT License
A bbs system.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Go-bjut

Zendea
A free, open-source, self-hosted forum software written in Go 官方QQ群:656868
Stars: ✭ 116 (+93.33%)
Mutual labels:  bbs, gin, gorm
Goweibo
Go Weibo App
Stars: ✭ 243 (+305%)
Mutual labels:  gin, gorm
gin-gorm-api-example
[Article] Minimal code for Golang based API
Stars: ✭ 98 (+63.33%)
Mutual labels:  gin, gorm
go api boilerplate
🐶Go (Golang)🚀REST / GraphQL API + Postgres boilerplate
Stars: ✭ 127 (+111.67%)
Mutual labels:  gin, gorm
go-12factor-example
Example the 12factor app using golang
Stars: ✭ 20 (-66.67%)
Mutual labels:  gin, gorm
Goilerplate
Clean Boilerplate of Go, Domain-Driven Design, Clean Architecture, Gin and GORM.
Stars: ✭ 173 (+188.33%)
Mutual labels:  gin, gorm
Bbs Go
基于Golang的开源社区系统。
Stars: ✭ 1,212 (+1920%)
Mutual labels:  bbs, gorm
Gin bbs
Gin BBS App
Stars: ✭ 123 (+105%)
Mutual labels:  gin, gorm
pink-lady
a template project of gin app.
Stars: ✭ 44 (-26.67%)
Mutual labels:  gin, gorm
gt-crud
gin+gorm+mysql+api[两步自动crud]
Stars: ✭ 15 (-75%)
Mutual labels:  gin, gorm
laya-template
服务基本框架,template
Stars: ✭ 13 (-78.33%)
Mutual labels:  gin, gorm
iris-admin
Web admin for iris-go framwork
Stars: ✭ 602 (+903.33%)
Mutual labels:  gin, gorm
Cmall Go
golang写的电子商城的API接口
Stars: ✭ 167 (+178.33%)
Mutual labels:  gin, gorm
Go init
一个用go组织项目结构,主要包括 gin, goredis, gorm, websocket, rabbitmq等。👉
Stars: ✭ 183 (+205%)
Mutual labels:  gin, gorm
Gosql
golang orm and sql builder
Stars: ✭ 141 (+135%)
Mutual labels:  gin, gorm
ego
Go微服务.A simple and component-based microservice kit for go.
Stars: ✭ 765 (+1175%)
Mutual labels:  gin, gorm
Ultimate Go
This repo contains my notes on working with Go and computer systems.
Stars: ✭ 1,530 (+2450%)
Mutual labels:  gin, gorm
Golang Gin Realworld Example App
Exemplary real world application built with Golang + Gin
Stars: ✭ 1,780 (+2866.67%)
Mutual labels:  gin, gorm
ginadmin
基于Gin开发的后台管理系统,集成了、数据库操作、日志管理、权限分配管理、多模板页面、自动分页器、数据库迁移和填充、Docker集成部署等功能、静态资源打包
Stars: ✭ 149 (+148.33%)
Mutual labels:  gin, gorm
kuu
Modular Go Web Framework based on GORM and Gin.
Stars: ✭ 15 (-75%)
Mutual labels:  gin, gorm

Go-bjut

项目规范

git commit

一个 commit 尽可能只做一件事

  1. added: 添加,一般在添加了新功能时使用
  2. improved: 改进,一般在优化和改进代码时使用
  3. refactored:重构,一般在优化代码结构和设计时使用
  4. fixbug: 修复bug,一般在修复bug时使用

命名规范

  1. 文件名统一用小驼峰法,例如:bjutRegister
  2. 路由命名统一用"-",例如:bjut-register
  3. 包名统一用小写字母,例如:student

版本约定

  1. 采用主版本号.子版本号.修正版本号,比如:V1.2.1
  2. 修正版本号一般在修复bug时使用
  3. 子版本号一般在添加了新功能时使用
  4. 主版本号一般是在积累了较多新功能且代码稳定时使用

更新日志

  1. added: 添加的新功能
  2. changed: 功能的变更
  3. fixed: 修改的bug
  4. security: 修改的关于安全的bug
  5. removed: 删除的功能
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].