Skip to content

BinL233/BinLTools_Gin

Repository files navigation

BinLTools_Gin

基于Gin框架的项目 Gin Framework-based project
Website: http://binltools.fun

技术栈 Tech

  • Framework: Gin
  • Frontend: React
  • Backend: Go
  • Database: Mysql

功能 Feature

  1. 登陆/注册 Login/Registation

    • 密码加密 Password encryption
    • JWT身份认证 JWT web tokens for users
    • 防止重复登录/注册 Prevent duplicate logins/registrations
    • 错误处理 Error handlers
  2. 反应测试 Reaction Test

    • 成绩自动上传 Automatic upload of scores
    • 排名系统 Ranking System
  3. Live2D看板娘部件 Live2D Widgit

    • 此功能基于l2d开发 Developed based on l2d
    • 模型适配 Model adaptation
    • 网站适配 Website adaptation
    • 窗口鼠标追踪 Window mousemove tracking
    • 感谢拉莫斯的壳制作的Live2D模型!!!
  4. 进制转换器 Digit Converter

    • 进制快速转换 Fast conversion of digits
    • 支持二进制、八进制、十进制和十六进制的相互转换 Support Binary, Octal, Decimal and Hexdecimal conversions.
  5. About me

    • 作者的个人档案

结构 Structure

.
├── Dockerfile
├── README.md
├── Responses
│   └── response.go
├── Services
│   ├── session.go
│   └── userServices.go
├── config
│   └── application.yml
├── dto
│   └── userDto.go
├── go.mod
├── go.sum
├── handlers
│   ├── downloadHandler.go
│   ├── indexHandler.go
│   ├── loginHandler.go
│   ├── reactionTestHandler.go
│   └── registerHandler.go
├── main
├── main.exe
├── main.go
├── middlewares
│   ├── authMiddleware.go
│   └── jwt.go
├── models
│   ├── db.go
│   ├── reactionTestRank.go
│   └── test.go
├── routes
│   └── route.go
├── util
│   └── util.go
└── web

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published