Skip to content

richuff/TinyChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 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()

	r := router.Router()
	r.Run("localhost:8080")
}

License

ichu_vueapp is MIT LICENSE

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages