Skip to content

🐟🍎🐔一个在线生鲜电商网站,前端使用vue,后端使用Python的web框架django进行开发!

Notifications You must be signed in to change notification settings

xisang0/electricity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1.项目说明

在线电商系统,使用Django_rest_frameworkvue进行前后端分离,集成第三方微博,QQ, 微信的登陆,和支付宝的支付!

2.项目使用到的第三方包

django
pillow
mysqlclient
djangorestframework-jwt
djangorestframework
markdown
django-filter
django-crispy-forms
django-reversion
django-formtools
future
httplib2
six
requests
coreapi
django-cors-headers
xlwt
xlsxwriter
drf-extensions
django-redis
pycryptodome
raven
social-auth-app-django


3.配置和启动

1.如果阁下没有安装上面我所说到的环境,请自行安装。

3.安装环境后请修改/MxShop/MxShop/目录下的settings.py文件里面的DATABASES数据库,短信,支付宝,第三方登陆的配置信息

4.然后进入项目根目录执行:python manage.py makemigrations

5.在执行:python manage.py migrate

6.在建创后台管理员:python manage.py createsuperuser

4.启动

1.运行命令python manage.py runserver

2.然后访问http://127.0.0.1:8000

3.后台地址http://127.0.0.1:8000/xadmin/

5.前端文件

1.进入online-store目录

2.执行npm install安装所需要的依赖

ps: 如果觉得npm慢,可以安装cnpm代替,安装方法自行百度。

3.安装完成后执行npm run dev运行前端项目

4.访问地址:http://127.0.0.1:8080/

6.项目效果图

Alt text

Alt text

Alt text

Alt text

Alt text

Alt text

Alt text

Alt text

About

🐟🍎🐔一个在线生鲜电商网站,前端使用vue,后端使用Python的web框架django进行开发!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.8%
  • Vue 5.4%
  • PHP 0.7%
  • SCSS 0.1%
  • ASP.NET 0.0%
  • Java 0.0%