All Projects → bing127 → Peeplus

bing127 / Peeplus

python+vue3前后端分离项目

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Peeplus

ddos
Simple dos attack utility
Stars: ✭ 36 (+28.57%)
Mutual labels:  socket, socket-io
Full Stack
Full stack, modern web application generator. Using Flask, PostgreSQL DB, Docker, Swagger, automatic HTTPS and more.
Stars: ✭ 451 (+1510.71%)
Mutual labels:  flask, jwt
socket-chat
This project will help you build a chat app by using the Socket IO library.
Stars: ✭ 36 (+28.57%)
Mutual labels:  socket, socket-io
react-webrtc-chat
React WebRTC chat
Stars: ✭ 39 (+39.29%)
Mutual labels:  socket, socket-io
Open Source Saas Boilerpate
Free SaaS boilerplate (Python/PostgreSQL/ReactJS/Webpack)
Stars: ✭ 582 (+1978.57%)
Mutual labels:  flask, jwt
chattt-backend
🖥 Backend for chattt
Stars: ✭ 17 (-39.29%)
Mutual labels:  socket, socket-io
Flask Socketio
Socket.IO integration for Flask applications.
Stars: ✭ 4,523 (+16053.57%)
Mutual labels:  flask, socket-io
SocketIOUnity
A Wrapper for socket.io-client-csharp to work with Unity.
Stars: ✭ 69 (+146.43%)
Mutual labels:  socket, socket-io
Angular Contacts App Example
Full Stack Angular PWA example app with NgRx & NestJS
Stars: ✭ 570 (+1935.71%)
Mutual labels:  socket, socket-io
Cookiecutter Flask Restful
Flask cookiecutter template for builing APIs with flask-restful, including JWT auth, cli, tests, swagger, docker and more
Stars: ✭ 556 (+1885.71%)
Mutual labels:  flask, jwt
TweetMigration
A WebGL heatmap of global Twitter activity
Stars: ✭ 42 (+50%)
Mutual labels:  socket, socket-io
Ghchat
📱A chat application for GitHub. React + PWA + Node(koa2) + Typescripts + Mysql + Socket.io
Stars: ✭ 791 (+2725%)
Mutual labels:  jwt, socket-io
Socketify
Raw TCP and UDP Sockets API on Desktop Browsers
Stars: ✭ 67 (+139.29%)
Mutual labels:  socket, socket-io
video-group-meeting
WebRTC video chat for multi users using React and Node Express.
Stars: ✭ 40 (+42.86%)
Mutual labels:  socket, socket-io
video-chat
Simple Web Application that offer you to create video meeting room using WebRTC and Socket.
Stars: ✭ 32 (+14.29%)
Mutual labels:  socket, socket-io
Socket.io
NodeJS《你画我猜》游戏
Stars: ✭ 255 (+810.71%)
Mutual labels:  socket, socket-io
express-boilerplate
ExpressJS boilerplate with Socket.IO, Mongoose for scalable projects.
Stars: ✭ 83 (+196.43%)
Mutual labels:  socket, socket-io
ExpressJS-SocketIO-Boilerplate
📦 Simple Express.js & Socket.io Boilerplate
Stars: ✭ 31 (+10.71%)
Mutual labels:  socket, socket-io
Bizsocket
异步socket,对一些业务场景做了支持
Stars: ✭ 469 (+1575%)
Mutual labels:  socket, socket-io
Bowtie
Create a dashboard with python!
Stars: ✭ 724 (+2485.71%)
Mutual labels:  flask, socket-io

peeplus 后台管理系统

peeplus Release peeplus License

  • 项目说明

1、基于flask和vue打造的前后端分离项目
2、前后端只依赖于token
3、前端vue动态路由

Overview

工作台-多标签模式

前端环境和依赖

  • node
  • yarn
  • webpack
  • eslint
  • @vue/cli ~3

请注意,我们强烈建议本项目使用 Yarn 包管理工具,这样可以与本项目演示站所加载完全相同的依赖版本 (yarn.lock) 。由于我们没有对依赖进行强制的版本控制,采用非 yarn 包管理进行引入时,可能由于 Pro 所依赖的库已经升级版本而引入了新版本所导致的问题。作者可能会由于时间问题无法及时排查而导致您采用本项目作为基项目而出现问题。

后端端环境和依赖

  • python3.7
  • flask
  • flask-script
  • flask-socketio
  • flask-sqlalchemy
  • numpy
  • flask-debugtoolbar
  • mysqlclient
  • flask-cors
  • pyjwt
  • flask-sqlacodegen

项目下载和运行

  • 拉取项目代码
git clone https://github.com/i5yi/peeplus.git peeplus
cd peeplus
  • 安装依赖
  • 前端
cd peeplus/app/templates/frontEnd
yarn install
  • 后端
pipenv shell
pipenv install/sync
  • 开发模式运行
前端:yarn run serve
后端:
pipenv shell (激活虚拟环境)
python manager.py runserver (启动项目)
  • 编译项目
cd peeplus/app/templates/frontEnd
yarn run build

其他说明

  • 使用polyfill兼容至 IE10

  • 更多pipenv命令可查看pipenv -h

  • sql文件在db目录

Contributors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].