Skip to content

This is a campus forum Web APP based on Vue+Django

License

Notifications You must be signed in to change notification settings

HelloLeexy/HollowApp

Repository files navigation

HollowApp

This is a campus forum Web APP based on Vue+Django 现已部署到阿里服务器:http://8.208.87.180/#/Login

如需部署可用Nginx作反向代理(配置文件已上传至main)

配置环境: Django 2.1.5 以上: 额外依赖包: 请安装:pip install django-cors-headers (解决跨域问题)

Vue: 首先安装:https://nodejs.org/en 然后再安装:WebStorm 编译器

测试方法: 使用anconda开启后端: 首先切换到Django环境里:例如:conda activate rango 将anconda的目录切换到:~\HollowApp\hollow_backend (django后端端口号 8000) 在anconda终端输入 python manage.py runserver 这个时候后端服务已启动:端口号为8000

然后开启Vue前端: 打开终端: 先安装vue依赖 npm install

把终端的根目录切换到:HollowApp
然后在终端输入命令:npm run dev 这个时候前端服务已开启 端口号为8080

打开浏览器 输入http://localhost:3000 即可进入网站

演示图片 image image image image image image image image image image

About

This is a campus forum Web APP based on Vue+Django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published