# graduate-work **Repository Path**: yanling061/graduate-work ## Basic Information - **Project Name**: graduate-work - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-02 - **Last Updated**: 2022-04-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: JavaScript, React, Nodejs, Express ## README # graduate-work # 毕业设计为一个二手交易市场平台,且提供后台管理系统进行管理 # 包含三个部分 ## 前端 使用了react,react-router,redux,sass等库(未完成) - 已完成调用接口进行登录注册,使用jwt实现前端后端用户认证 - 已完成购物车使用redux实现状态管理,登录前添加的物品,登录后自动添加到用户购物车 - 已完成产品接口调用 - 预计完成退出登录 - 预计完成结算功能 - 预计完成用户修改信息 - 预计实现用户间对话聊天 ### 首页 ![image](https://user-images.githubusercontent.com/57779935/161312188-2e705026-b619-4328-9a61-a79bffe7bae8.png) ![image](https://user-images.githubusercontent.com/57779935/161312240-efa11218-95a2-4aeb-8a9f-d7317c34f52c.png) ![image](https://user-images.githubusercontent.com/57779935/161312261-652e48a9-ce24-43e4-bce5-8fd1bc553fce.png) ### 登录页面 ![image](https://user-images.githubusercontent.com/57779935/161312362-14b26056-c3f7-4b50-b399-60d73f2fcc88.png) ### 注册页面 ![image](https://user-images.githubusercontent.com/57779935/161365079-da8c59a9-15a9-498f-b117-ae277980d667.png) ### 购物车 ![image](https://user-images.githubusercontent.com/57779935/161312599-d9f65ad5-bead-47cb-bb00-6047514d312e.png) ### 页面详情 ![image](https://user-images.githubusercontent.com/57779935/161312692-492d6cb9-51c3-4b1f-a7ec-3c678f43912c.png) ### 类别列表 ![image](https://user-images.githubusercontent.com/57779935/161312760-46bc977c-64bd-4ac7-b1fc-bc977cb8d483.png) ## 后端前台 同前端使用工具库相同(未完成) - 根据用户权限展示不同内容,主要展示相关网站或个人交易数据 - 已完成产品和分类管理,实现添加,修改 - 预计完成数据展示和其他管理 ### 首页 ![image](https://user-images.githubusercontent.com/57779935/161313810-9d1b8f30-787c-4ff2-a1d8-f2b622367685.png) ### 产品管理 ![image](https://user-images.githubusercontent.com/57779935/161313879-1cb43e90-e1fc-4bb7-b01d-b1d69000b60b.png) ![image](https://user-images.githubusercontent.com/57779935/161313943-ebba3063-ee51-4e15-8024-460558b16c96.png) ### 分类管理 ![image](https://user-images.githubusercontent.com/57779935/161314089-9dc4e6cb-ca0a-4068-94d2-6862140890f0.png) ![image](https://user-images.githubusercontent.com/57779935/161314114-097fe485-e996-4a2a-a489-6b7f3edcd9c7.png) ![image](https://user-images.githubusercontent.com/57779935/161314175-4f16abc1-5ce9-46f8-baeb-d5f0723fe78d.png) ## 后端接口 使用node.js,express,mongoose操作mongodb - 已完成通用资源GET,POST,GET,PUT,DELETE接口 - 已完成token权限管理 - 已完成产品,分类,用户登陆注册接口 - 完成部分角色权限管理 - 预计完成用户角色,订单,心愿清单接口 ### 本地获取产品列表演示 ![image](https://user-images.githubusercontent.com/57779935/161364948-13b5975d-1706-42f4-88f1-78bc2ec46601.png)