Giter VIP home page Giter VIP logo

youthcampus-dousheng's Introduction

抖声项目

快速开始

项目缩略图依赖ffmpeg,视频文件存储在工作目录下的public文件夹

mkdir build && cd build
mkdir -p public/img
go build -o dousheng ../cmd/dousheng

团队介绍

  • 队名:going小分队

  • 队号:1257836400

  • 队员:张康寒、陈奇廷、孙世铭、杨可、姚天野、程攻

项目介绍

  • 技术选型:gin gorm mysql

  • 目录结构:

DOUSHENG
│─config.yaml      //配置文件
│─dousheng.sql     //建表语句
│
├─cmd
│  └─dousheng
│          main.go      //程序入口
│          router.go    //路由分配
│
├─internal
│  ├─common     //公用部分    
│  │  │
│  │  ├─jwt     //token相关
│  │  │
│  │  ├─mid     //中间件
│  │  │
│  │  └─settings        //配置文件相关
│  │
│  ├─controller     //控制层
│  │      comment.go
│  │      common.go
│  │      favorite.go
│  │      feed.go
│  │      publish.go
│  │      relation.go
│  │      user.go
│  │
│  ├─repository     //数据访问层
│  │      comment.go
│  │      db_provider.go
│  │      favorite.go
│  │      follow.go
│  │      user.go
│  │      video.go
│  │
│  └─service        //服务层
│         comment.go
│         favorite.go
│         feed.go
│         follow.go
│         user.go
│         video.go
│      
├─pkg
│  └─model      //模型存储
│          comment.go
│          favorite.go
│          user.go
│          video.go
│
└─public        //存储数据

youthcampus-dousheng's People

Contributors

fitenne avatar lucca-suen avatar zkanghan avatar successtwodog avatar qt-gith avatar ytianye avatar raymondcode avatar

Stargazers

 avatar  avatar  avatar  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.