All Projects → mtianyan → Vuedjangoantdprobookshop

mtianyan / Vuedjangoantdprobookshop

Vue前台 + Django3.1 + DjangoRestful Framework + Ant Design Pro V4 开发的二手书商城网站及后台管理

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Vuedjangoantdprobookshop

Payandroid
Android端对微信App支付和支付宝App支付的SDK进行二次封装,对外提供一个较为简单的接口和支付结果回调
Stars: ✭ 508 (-38.65%)
Mutual labels:  alipay
Osf.io
Facilitating Open Science
Stars: ✭ 565 (-31.76%)
Mutual labels:  django-rest-framework
Awesome Django Rest Framework
💻😍Tools, processes and resources you need to create an awesome API with Django REST Framework
Stars: ✭ 689 (-16.79%)
Mutual labels:  django-rest-framework
Django React Blog
Simple blog built with Django and React/Redux, deployed with Docker, and served with nginx/uwsgi.
Stars: ✭ 528 (-36.23%)
Mutual labels:  django-rest-framework
Omnipay Alipay
Alipay driver for the Omnipay PHP payment processing library
Stars: ✭ 559 (-32.49%)
Mutual labels:  alipay
Awesome Django
The Best Django Resource, Awesome Django for mature packages.
Stars: ✭ 591 (-28.62%)
Mutual labels:  django-rest-framework
Dj Rest Auth
Authentication for Django Rest Framework
Stars: ✭ 491 (-40.7%)
Mutual labels:  django-rest-framework
Alipay.aopsdk.core
支付宝(Alipay)服务端SDK,采用.NET Standard 2.0,支持.NET Core >=2.0,与官方SDK接口完全相同。完全可以按照官方文档进行开发。除了支持支付以外,官方SDK支持的功能本SDK全部支持,比如生活号、服务窗、行业合作等,且用法几乎一样,代码都可参考官方文档代码。
Stars: ✭ 768 (-7.25%)
Mutual labels:  alipay
Alipay Easysdk
Alipay Easy SDK for multi-language(java、c#、php、ts etc.) allows you to enjoy a minimalist programming experience and quickly access the various high-frequency capabilities of the Alipay Open Platform.
Stars: ✭ 559 (-32.49%)
Mutual labels:  alipay
Modern Django
Modern Django: A Guide on How to Deploy Django-based Web Applications in 2017
Stars: ✭ 662 (-20.05%)
Mutual labels:  django-rest-framework
Polemarch
Simple WEB gui for infrastructure management by ansible playbooks or modules. This is only mirror with bins in releases.
Stars: ✭ 530 (-35.99%)
Mutual labels:  django-rest-framework
Pay
个人网站即时到账收款解决方案 / Personal website instant payment solution
Stars: ✭ 558 (-32.61%)
Mutual labels:  alipay
Django Rest Framework Docs
Document Web APIs made with Django Rest Framework
Stars: ✭ 607 (-26.69%)
Mutual labels:  django-rest-framework
Sns auth
通用第三方登录SDK,支持微信,微信扫码,QQ,微博登录,支付宝登录,Facebook,Line,Twitter,Google
Stars: ✭ 520 (-37.2%)
Mutual labels:  alipay
Django Rest Framework Filters
Better filtering for Django REST Framework
Stars: ✭ 710 (-14.25%)
Mutual labels:  django-rest-framework
Fcm Django
FCM Django: Send push notifications via django to websites, iOS & android mobile devices through FCM (Firebase Cloud Messaging)
Stars: ✭ 495 (-40.22%)
Mutual labels:  django-rest-framework
Onlinemooc
Vue前台 + Django3.1 + DjangoRestful Framework + Ant Design Pro V4后台 开发的在线教育网站及后台管理
Stars: ✭ 587 (-29.11%)
Mutual labels:  django-rest-framework
Paysharp
PaySharp是一个支持多商户多种支付方式的跨平台网关处理类库,使用PaySharp可以简化订单的创建、查询、退款和接收网关返回的支付通知等操作。
Stars: ✭ 809 (-2.29%)
Mutual labels:  alipay
Cmdb
CMDB 配置管理系统 资产管理系统
Stars: ✭ 747 (-9.78%)
Mutual labels:  django-rest-framework
Django Rest Framework Tutorial
Django-REST-framework 基本教學 - 從無到有 DRF-Beginners-Guide 📝
Stars: ✭ 630 (-23.91%)
Mutual labels:  django-rest-framework

Vue前台 + Django3.1 + DjangoRestful Framework + Ant Design Pro V4 开发的二手书商城网站及后台管理

Build Status MIT Licence

使用TyAdmin(现代化的Xadmin替代品)生成管理后台前后端,并自动对接。✨ 强烈推荐使用:

https://github.com/mtianyan/tyadmin_api_cli

📨 Tyadmin互动交流反馈QQ群: 304094780

项目演示

运行指南:

docker运行

git clone https://github.com/mtianyan/VueDjangoAntdProBookShop.git
cd VueDjangoAntdProBookShop
docker-compose up

# 导入数据
docker exec -it vuedjangoantdprobookshop_mtianyan_mysql_1 bash
mysql -u root -p -D vue_shop < sql/book_shop.sql
# 输入密码: mtianyanroot 

本地环境运行

后端项目运行:

git clone https://github.com/mtianyan/VueDjangoAntdProBookShop.git
cd VueDjangoAntdProBookShop
pipenv shell
pip install -r requirements.txt

# Navicat创建数据库,book_shop.sql.sql
# 修改settings.py 中数据库密码

python manage.py runserver

访问首页: http://127.0.0.1:8000/index 访问后台: http://127.0.0.1:8000/xadmin

很高兴我的项目代码或许对你有帮助,请我吃包辣条或喝瓶可乐吧!

微信打赏:

mark

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].