This project is a health management platform built with Java (Spring Boot) for the backend and React/JavaScript for the frontend.
The system implements RESTful APIs, supports health record management, file uploads, data visualization, and role-based access control to enhance user experience.
cd source code/personal-health-api
mvn clean install
mvn spring-boot:run
cd "source code/personal-heath-view"
npm install
npm run dev
RESTful APIs for managing health records and user data;
Health record CRUD operations;
File upload support (e.g., user avatars, health reports);
Data visualization with charts to show health trends;
Role-based access control for user permission management