Coder Social home page Coder Social logo

cisen / leaf Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wangzmgit/leaf

0.0 0.0 0.0 4.76 MB

Home Page: http://leaf.kuukaa.fun/

License: MIT License

Shell 0.02% JavaScript 0.26% Go 27.00% TypeScript 10.74% HTML 0.14% Vue 61.72% Dockerfile 0.13%

leaf's Introduction

Leaf弹幕视频网站

项目介绍

Leaf弹幕视频网站是一个基于Go+Vue的前后端分离项目。Web 端使用 Vue + NaiveUI , 后端使用 Golang + Gin + Gorm进行开发。

特点

  • 实现了文件存储在服务器本地或阿里云、腾讯云、七牛云对象存储功能
  • 实现了视频自动处理分辨率并将视频切片(MPEG-DASH)功能

项目文档

开发交流群: 909847398

文档: http://leaf.kuukaa.fun/

相关项目

项目结构

├── data docker挂载文件
├── docker-compose.yml
├── server 后端
│   ├── api
│   ├── cache 缓存相关
│   ├── common  一些常量
│   ├── config 后端配置文件
│   │   └── application.yml
│   ├── db 数据库相关
│   ├── Dockerfile
│   ├── domain
│   │   ├── dto
│   │   ├── model
│   │   ├── resp 返回内容
│   │   ├── valid 数据校验
│   │   └── vo
│   ├── go.mod
│   ├── go.sum
│   ├── initialize 初始化
│   ├── logger
│   │   └── logger.go
│   ├── logs 存储日志文件
│   ├── main.go
│   ├── middleware 中间件
│   │   ├── auth.go 权限中间件
│   │   └── cors.go 跨域中间件
│   ├── routes 路由
│   ├── service
│   ├── static 静态文件
│   │   ├── casbin 权限相关
│   │   └── jigsaw 滑块拼图相关
│   ├── test 测试文件
│   ├── upload 用户上传文件
│   │   ├── image
│   │   └── video
│   ├── util
│   └── ws websocket相关
└── web 前端
    ├── apis api相关内容
    ├── components 公共组件
    ├── icons 图标
    ├── package.json
    ├── packages
    │   ├── manage-client 后台管理端项目
    │   ├── mobile-client 移动端项目
    │   └── web-client web端项目
    ├── pnpm-lock.yaml
    ├── pnpm-workspace.yaml
    └── utils 

截图

Web端
Web端登录 Web端首页
Web端上传 Web端视频
Web端个人中心 Web端消息
后台管理端
管理端登录 管理端视频管理
管理端轮播图管理
移动端
移动端登录 移动端视频
移动端评论

leaf's People

Contributors

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