# WebsiteGuide
**Repository Path**: coolops/WebsiteGuide
## Basic Information
- **Project Name**: WebsiteGuide
- **Description**: 企业内部网址导航系统
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 4
- **Created**: 2022-02-24
- **Last Updated**: 2023-03-16
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
WebsiteGuide
WebsiteGuide网址导航系统主要用于企业记录和管理内部系统地址,具有网址增删改查、icon图标替换等功能,后续考虑增加rbac和其他功能,欢迎使用和交流~
### 环境
- Python 3.6+
- Django 2.2.13
- Djangorestframework 3.12.2
- Node 12.20.1+
- Vue 2.0
### 网址导航

### 支持批量添加

### 网址管理

### 用户管理

### 演示地址
导航页 http://demo.mizhexiao.top:8000/
管理后台 http://demo.mizhexiao.top:8000/admin
username:admin
password:admin@1234
### 快速开始
##### docker安装(版本17.05+)
```sh
yum install -y docker-ce
systemctl start docker
```
##### 构建镜像
```sh
git clone https://github.com/mizhexiaoxiao/WebDockerfile.git
cd WebDockerfile
docker build --no-cache . -t websiteguide
```
##### 启动容器
```sh
docker run -d --restart=always --name=websiteguide -p 8000:80 websiteguide
```
##### 访问
浏览器打开http://localhost:8000
管理后台http://localhost:8000/admin
username:admin
password:admin@1234
### 联系作者
QQ:1157861072