Skip to content

richuff/TinyChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RcAdmin

GitHub language count GitHub 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.go
func main() {
	utils.InitConfig()
	utils.InitMysql()
	utils.InitRedis()

	r := router.Router()
	err := r.Run("localhost:8080")
	if err != nil {
		return
	}
}

License

Tiny-Chat is MIT LICENSE

About

A simple chat room backend implemented with Gin.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages