Skip to content

AY2324S2-CS2103T-F10-3/tp

 
 

Repository files navigation

CI Status codecov

Ui

  • This is a Command Line Interface (CLI) application for users who prefer CLI to keep track of healthcare appointments and patient information.
    Example usages:

    • store and retrieve patient information such as name, contact information and medical allergies
    • schedule an appointment for the patient
    • view upcoming appointments in a concise and accessible format
  • The project simulates an ongoing software project for a desktop application (called CLInic) used for managing patient and appointment details.

    • It is built on the AddressBook-Level3 project.
    • It is written in OOP fashion.
    • It comes with a reasonable level of user and developer documentation.

This project is based on the AddressBook-Level3 project created by the SE-EDU initiative.