ClinicBook is a desktop CLI application with GUI elements designed to help clinic staff manage patient information efficiently as part of daily clinic operations.
The system allows clinic staff to store, update, and retrieve medical records, including patient details, doctor information, diagnoses, and prescriptions. ClinicBook aims to simplify clinic workflows by providing a lightweight and easy-to-learn system for managing clinic data efficiently.
- Ensure that Java 17 or later is installed on your computer.
Mac users: Make sure you install the exact JDK version specified here. - Download the latest
.jarrelease from the releases page. - Copy the downloaded
.jarfile to the folder you want to use as the application's home directory. - Open a command terminal and navigate to that folder using
cd. - Run the following command to start the application:
java -jar clinicbook.jar.
The application's GUI should appear after a few seconds.
This project is based on the AddressBook-Level3 project created by the SE-EDU initiative.
