Coder Social home page Coder Social logo

tiktok-simple's Introduction

tiktok-simple

上手指南

配置要求

运行步骤

项目已经部署到服务器上 客户端连接ip地址:http://49.235.232.7:8989/

文件说明

filetree
├─cache(缓存)
│  ├─count.go(评论总数,点赞总数相关)
│  └─favourite.go(点赞逻辑相关)
├─conf
│  ├─conf.go(viper配置)
│  └─conf.yaml(配置文件)
├─controller(视图层实现)
├─model(mysql数据库模型)
├─pkg(扩展包)
│  ├─middleware(中间件)
│    └─jwtAuth.go
│  ├─token(token鉴权相关)
│    └─jwt.go(jwt)
│  └─utils(公共包)
│    ├─cron_task.go(定时任务)
│    ├─ffmpeg.go(截取视频为帧)
│    └─makesha1.go(加密)
├─public(本地存放视频)
│  ├─cover(封面地址)
│  └─video(视频地址)
├─service(服务层实现)
│  ├─comment_list.go(评论列表)
│  ├─common.go(公共)
│  ├─favourite_list.go(喜好列表)
│  ├─feed_videoList.go(视频流)
│  ├─follow_list.go(关注列表)
│  ├─follower_list.go(粉丝列表)
│  ├─post_comment.go(评论操作)
│  ├─post_follow_service.go(关注操作)
│  ├─publish_list.go(发布列表)
│  └─user_service.go(用户登陆注册相关)

tiktok-simple's People

Contributors

wangzuxianaa avatar raymondcode avatar

Stargazers

 avatar  avatar 张炎 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.