/djmall

Primary LanguageJavaScript

djmall

基于 Django + Vue3 的商城系统

在 WebIDE 中体验开发 , 点击 https://idegitcode.net/hjue/djmall

项目截图

image-20220831135119684 image-20220831135343695
image-20220831153119856 image-20220831153209762

运行环境

  • python3
  • django
  • node.js

项目截图

安装

前端

cd frontend
pnpm install 

服务端

cd backend
pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/

运行

服务端

cd backend
python manage.py runserver

前端

cd frontend
pnpm run dev

登录后台

访问 http://127.0.0.1:8001/admin/

用户名: star 密码: star