Skip to content

Repository files navigation

RcAdmin

GitHub language countGitHub commit activity

Introduce

This a project written by gin and gorm

Installation

you need go(1.22.3 )

go mod tidy

Quick Start

go build

// main.gofuncmain() {
utils.InitConfig()
utils.InitMysql()
utils.InitRedis()
r:=router.Router()
err:=r.Run("localhost:8080")
iferr!=nil {
return
}
}

License

Tiny-Chat is MIT LICENSE

About

A simple chat room backend implemented with Gin.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages