Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 1.51 KB

README.md

File metadata and controls

55 lines (33 loc) · 1.51 KB

Patient Care Diary Backend

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.

Links

Getting Started

Follow the steps below to clone the project and run it in your local environment.

Prerequisites

Before you begin, ensure you have met the following requirements:

Installation

  1. Clone the repository.

    git clone https://github.com/GDSC-SC/patient-care-diary-backend.git
    
  2. Navigate to the project directory:

    cd patient-care-diary-backend
  3. Build the project using Gradle:

    ./gradlew clean build
  4. 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.