# order **Repository Path**: hanbinlo/order ## Basic Information - **Project Name**: order - **Description**: 这是一个外卖平台系统,使用vue2+nodejs+express+MongoDB+jwt+本地存储等技术栈 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-06 - **Last Updated**: 2021-12-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # order #### 介绍 这是一个外卖平台的系统,order文件为前端,前端主要采用了vue2+本地存储等技术栈, byLogin文件为后端,后端采用了nodejs+express+MongoDB+jwt(token)等技术栈。 项目分为前台和后台 前台为用户界面,可以实现定位、添加订单、搜索商品、简单的支付功能 后台为管理员模式,可以实现对商品的增删改查,还使用了分页获取数据的功能, 能够新增类别,即想要添加商品的类别,可以在添加时设置类别,之后用户就可以通过类别获取到对应的数据了 #### 安装 1、克隆文件后分别执行npm install下载所需的依赖 2、在Navicat上新建一个数据库为order后将bylogin里的db文件夹下的order.sql文件导入到数据库中 3、后端使用nodemon app.js或者node app.js开启服务,前端使用npm run serve开启服务 #### 注意 1、上传的图片不能超过80k,不然会上传不了 2、点击下方链接查看效果图 https://gitee.com/hanbinlo/imagebed/raw/master/login.png https://gitee.com/hanbinlo/imagebed/raw/master/register.png https://gitee.com/hanbinlo/imagebed/raw/master/user.png https://gitee.com/hanbinlo/imagebed/raw/master/admin.png https://gitee.com/hanbinlo/imagebed/raw/master/admin_new_type.png