Contents

ByteGopher_SimpleDouyin


https://img.shields.io/github/contributors/RobKing9/ByteGopher_SimpleDouyin.svg?style=flat-square https://img.shields.io/github/forks/RobKing9/ByteGopher_SimpleDouyin.svg?style=flat-square https://img.shields.io/github/stars/RobKing9/ByteGopher_SimpleDouyin.svg?style=flat-square https://img.shields.io/github/issues/RobKing9/ByteGopher_SimpleDouyin.svg?style=flat-square

目录

上手指南

开发前的配置要求

go1.16以上

安装

1
git clone https://github.com/RobKing9/ByteGopher_SimpleDouyin.git

文件目录说明

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.
|-- Dockerfile
|-- README.md
|-- controller
|   |-- comment.go
|   |-- favorite.go
|   |-- relation.go
|   |-- user.go
|   `-- video.go
|-- dao
|   |-- comment.go
|   |-- favorite.go
|   |-- mysql.go
|   |-- relation.go
|   |-- user.go
|   `-- video.go
|-- main.go
|-- middleware
|   `-- AuthMiddleware.go
|-- model
|   |-- comment.go
|   |-- common.go
|   |-- favorite.go
|   |-- follow.go
|   |-- user.go
|   `-- video.go
|-- router
|   `-- router.go
|-- tree.txt
`-- utils
    |-- convertVideoModelListToVideoList.go
    |-- deleteFile.go
    |-- format.go
    |-- jwt.go
    |-- qiniuUpload.go
    |-- randNum.go
    `-- timetool.go

:yum: 技术栈

贡献者

请阅读README.md 查阅为该项目做出贡献的开发者。

如何参与开源项目

贡献使开源社区成为一个学习、激励和创造的绝佳场所。你所作的任何贡献都是非常感谢的。

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

版本控制

该项目使用Git进行版本管理。您可以在repository参看当前可用版本。

作者

曾祥文 QQ邮箱:2768817839@qq.com

您也可以在贡献者名单中参看所有参与该项目的开发者。

版权说明

该项目签署了MIT 授权许可,详情请参阅 LICENSE.txt

鸣谢