Skip to content

Viking602/projectzero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

projectzero

个人用GIN项目脚手架

已使用模块

  1. Gin: 轻量级Web框架
  2. entgo: 数据库ORM组件
  3. Golang-JWT: Golang JWT模块
  4. viper: 使用viper为项目提供配置文件支持
  5. zap: uber开源的json日志库

当前已实现接口

  1. /api/v1/user/register用户注册
  2. /api/v1/user/login用户登录
  3. /api/v1/user/info用户信息
  4. /api/v1/user/update更新信息

MySQL数据表将会在启动项目时自动创建

参考项目

Singo: Gin+Gorm开发Golang API快速开发脚手架

go-zero: 具有CLI工具的云原生GO微服务框架

About

GIN+entgo API项目开发脚手架

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages