An open API service indexing awesome lists of open source software.

https://github.com/tengge1/video-cms

使用Python Flask和Bootstrap做的简单视频在线播放网站。
https://github.com/tengge1/video-cms

cinema flask management python video video-cms

Last synced: 11 months ago
JSON representation

使用Python Flask和Bootstrap做的简单视频在线播放网站。

Awesome Lists containing this project

README

          

# video-cms

使用Python Flask和Bootstrap做的简单视频在线播放网站。

## 需求

* 操作系统: Windows或Ubuntu
* Python: 高于3.5.0

## 安装方法

1. 下载Python。

对于Windows用户,请访问`https://www.python.org/downloads/`来下载Python3;

对于Ubuntu用户,Python3已经默认安装在系统中,跳过这一步即可。

2. 安装Flask。

在Windows上打开PowerShell或在Ubuntu上打开Shell, 执行`pip install Flask`。

3. 安装MySQL插件。

在Windows上打开PowerShell或在Ubuntu上打开Shell,执行`pip install PyMySQL`来安装基于Python3的MySQL插件。

4. 运行程序。

在Windows双击 `start.bat`,或者 在Ubuntu上执行`sudo ./start.sh`。

# 截图

![image](https://github.com/tengge1/video-cms/blob/master/image/login-pc.png)

![image](https://github.com/tengge1/video-cms/blob/master/image/login-mobile.png)

![image](https://github.com/tengge1/video-cms/blob/master/image/home-pc.png)

![image](https://github.com/tengge1/video-cms/blob/master/image/home-mobile.png)

![image](https://github.com/tengge1/video-cms/blob/master/image/play-video.png)

![image](https://github.com/tengge1/video-cms/blob/master/image/category-manage.png)

![image](https://github.com/tengge1/video-cms/blob/master/image/category-edit.png)