Skip to content

xinlei3166/xlup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typora-copy-images-to
ipic

一个图片和视频上传服务系统

author: 君惜

语言:python3

框架:sanic

数据库:mysql

缓存:redis

web框架: vue

ui框架: iview

运行

后台

安装环境

pipenv install

导入数据库数据

mysql -u root -B xlup -p 123456 < models/xlup.sql

启动后台服务

pipenv run python main.py start

前台

安装环境

cd web
npm install

启动测试

npm run serve

浏览

输入地址http://localhost:8080

  • 登录页

image-20181224111455296

默认账户:admin,密码:123456

  • 首页

image-20181224111542771

  • 图片列表

image-20181224111605864

  • 视频列表

image-20181224111628135

  • 用户列表

image-20181224111704743

About

一个使用sanic、typescript和vue实现的图片视频上传服务系统。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published