We will help all patients and their families live with hope.
Our project “Patient Care Diary” serves as a supportive platform where individuals, especially patients, can record their daily health experiences and activities which fosters a sense of community and empowerment among users.
This repository contains Spring code of patient-care-diary project.
Follow the steps below to clone the project and run it in your local environment.
Before you begin, ensure you have met the following requirements:
- Java Development Kit (openjdk-17) installed
- Gradle installed
- Git installed
- PostgreSQL installed
-
Clone the repository.
git clone https://github.com/GDSC-SC/patient-care-diary-backend.git
-
Navigate to the project directory:
cd patient-care-diary-backend
-
Build the project using Gradle:
./gradlew clean build
-
Run the built JAR file:
java -jar build/libs/{JAR_FILE_NAME}.jar
Replace
{JAR_FILE_NAME}
with the actual name of the JAR file generated by the build process.
Access the application at http://localhost:8080 in your web browser.