PainCare is a Java EE web application designed to assist users in managing their profiles, creating blogs, leaving comments, and monitoring their pain diagnosis evolution. The project is organized into packages, each containing servlets, Java beans, and DAO implementations.
after importing the project files in your editor, follow the steps below:
-
Create the Database:
- Create the Database
- Navigate to the
src/main/java/database/
directory. Copy theschema.sql
file in your terminal to create the necessary database structure.
-
Modify
dao.properties
:- Navigate to the
src/main/java/database/
, modify thedao.properties
file to ensure the correct database connection. - Modify the path of 'webcontent' Directory to its absolute path (EX :
C:/Users/A_El_Kaimouni/eclipse-workspace/PainCare/webcontent/
)
- Navigate to the
Once the setup is complete, explore the various features offered by the PainCare application through the user interface. You can manage your profile, write blogs, comment on posts, and perform self-diagnosis with pain evolution tracking.
- Abderahmane el kaimouni
- Safouat EL Yassini
- Mohamed Amyn el boujadaini
Feel free to contribute to the PainCare project and enhance its functionalities. Happy coding!