/WebsiteGuide

企业内部网址导航系统,基于Vue+djangorestframework开发,具有网址导航、网址管理、用户管理等功能

Primary LanguagePythonMIT LicenseMIT

WebsiteGuide

WebsiteGuide网址导航系统基于Vue+djangorestframework开发,可用于企业内部系统导航,具有网址导航搜索、后台管理、系统管理等功能,后续考虑增加rbac和其他功能,欢迎使用和交流~

环境

  • Python 3.6+
  • Django 2.2.13
  • Djangorestframework 3.12.2
  • Node 13.14
  • Vue2.0

image

image

image

image

image

演示地址

http://demo.mizhexiao.top:8000/

username:admin

password:admin@1234

快速开始

docker安装(版本17.05+)
yum install -y docker
systemctl start docker
构建镜像
git clone https://github.com/mizhexiaoxiao/WebDockerfile.git
cd WebDockerfile
docker build --no-cache . -t websiteguide
启动容器
docker run -d --restart=always --name=websiteguide -p 8000:80 websiteguide
访问

浏览器打开http://localhost:8000

username:admin

password:admin@1234

联系作者

QQ:1157861072