Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 336 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 336 Bytes

DouyinServer

Gin+GORM+MySQL

A Demo TikTok server

You can config your mysql databases used in progaram In /toolkit/init_db.go: In func InitDB(), you can config your DSN

And Create tables by running ./repositories/create_tables.go

Then you can start the server

This program need FFmpeg, so you may need to download one