Vue graduation project topic drug mall health care product shopping system (including source code + thesis)


1 Project Introduction

Hi, hello fellow students, this is Senior Sister M!

Today I would like to share with you a newly completed graduation project project this year (2022), [SSM-based medicine source drug mall health care products shopping website]

The senior students will rate the project according to the difficulty and level of implementation (minimum 0 points, full score 5 points)

  • Difficulty factor: 3 points

  • Workload: 5 points

  • Innovation point: 3 points

  • Interface beautification: 5 points

Supplementary explanation for interface beautification: Anyone who uses vue can basically achieve 5 points

This project will be completed in June 2022 and includes: source code + thesis + defense PPT

Project acquisition:
https://gitee.com/sinonfin/L-javaWebSha/tree/master


2 to achieve the effect

Video address: https://www.bilibili.com/video/BV1wN4y1u7xk

2.1 Interface display

  • Front page details page

Insert image description here

  • Administrator login interface

Insert image description here

  • Administrator function interface

Insert image description here

  • Drug information interface

Insert image description here

3 design solutions

3.1 Overview

The database server uses Mysql as the backend database, which closely connects the Web and the database. Java technology is used to obtain data from the database and write data to the database, so that the system can directly perform various operations on the database and add dynamic content to the web page, thus realizing various basic functions required by the ssm medicine source shopping website.

The ssm medicine source shopping website is based on the Web service model and is a model structure suitable for the Internet environment. As long as users can connect to the Internet, they can use this system without being restricted by time or location.

Insert image description here

3.2 System process

  • Login flow chart

Insert image description here

  • Add information flow diagram

Insert image description here

  • Registration information flow chart

Insert image description here

3.3 System structure design

The main modules of the ssm drug source shopping website include two users with administrator rights: user management, drug classification management, drug information management, epidemic knowledge management, health product recommendation management, administrator management, system management, order management and other functions. User permissions: My collection management, order management system. Front page: drug information, epidemic knowledge, health product recommendations, personal center, backend management, and shopping cart. The administrator's main purpose is to store and manage various types of information safely and effectively. They can also manage, update and maintain the system, and have corresponding operating permissions on the backend.
Insert image description here
Insert image description here

4 items acquired

This project will be completed in June 2022 and includes: source code + thesis + defense PPT

Project acquisition:
https://gitee.com/sinonfin/L-javaWebSha/tree/master

Guess you like

Origin blog.csdn.net/WEB_DC/article/details/133298652