Skip to content

J-shiro/Physical-Examination-System

Repository files navigation

Physical-Examination-System

上海大学2022-2023年冬季学期数据库课程期末项目:基于vue、Django、mysql和tkinter的智慧体检系统。

初始化

将sql文件导入本地的数据库,更改Django: Patient_backPython: Doctor两个文件夹下的数据库设置

image-20240306215704862

运行

从终端进入test文件夹启动vue前端界面

npm run serve

进入Patient_back文件夹启动Django后端

python manage.py runserver

进入Doctor文件夹,直接运行Run.py文件启动医生前台及医生登录端

python test.py

用户端展示

登录界面

image-20230302132304489

注册界面

image-20230302132338655

首页界面

image-20230302132510390

预约填写

image-20230302132702931

体检项目

image-20230302132913794

签到界面

image-20230302133001494

体检结果

image-20230302133031585

image-20230302133114425

医生端

医生前台登录界面

image-20230302133337475

医生前台管理界面

image-20230302133411907

image-20230302133430338

各科室医生界面

image-20230302133611681

image-20230302133628733

数据库展示

doctor

image-20230302134435273

exam

image-20230302133828682

login

image-20230302133848923

patient

image-20230302133909973

result

image-20230302133934127