sn2606 / Software-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues


Logo

Appointify

An online clinic system that caters to clinic management requirements.
Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contact
  4. Acknowledgments

About The Project

Landing Page Screen Shot

Product Name Screen Shot

Doctor Dashboard

Doctor Name Screen Shot

Appointments page

Appointment Name Screen Shot

Patient Dashboard

Patient Name Screen Shot

Medicine search page

Medicine Name Screen Shot

Chat window

Chat Name Screen Shot

The Online Clinic System is specifically designed to delineate the boundaries of the Healthcare Information System design provides clinical Management Activities and functionality that enables you to effectively manage your practice, providing standards-based integration points to schedule an appointment, Online Follow-ups, complete reports, Laboratory Information.

It maintains 3 types of users:

  1. Admin
  2. Doctors
  3. Patients

This Project provides security for the users with the use of Login-id and Password, so that unauthorized users cannot use anyone else’s account. The only authorized will have proper access authority can access the software.

(back to top)

Built With

(back to top)

Getting Started

Steps to use our application

Steps Screen Shot

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

  1. XAMPP
  2. IDE of choice - e.g. VSCode
  3. Web Browser of choice - e.g. Google Chrome

Installation

  1. Start XAMPP and open phpMyAdmin on browser.

  2. Create a new database for the project and name it "clinic_db"

  3. Import the Database

  4. Clone the repository in any folder and name folder as per choice.

    git clone git@github.com:KDTEC/Software-project.git your-folder-name
    
  5. Start XAMPP servers - Apache and MySQL XAMPP Ready

  6. Start PHP development server (at port of your choice) in Folder Directory via command line

     php -S localhost:5000
    
  7. Navigate to http://localhost:5000

  8. Admin Details:-

(back to top)

Contact

(back to top)

Acknowledgments

  1. Dai, Xin, "Online Clinic Appointment Scheduling" (2013). Theses and Dissertations. 1467.
  2. Clinics Management System (CMS) based on Patient Centered Process Ontology, Ruhuna Journal of Science DOI:10.4038/rjs.v1i0.72.
  3. SRS Documentation
  4. SDS Documentation

(back to top)

About


Languages

Language:PHP 41.1%Language:CSS 39.2%Language:JavaScript 19.0%Language:HTML 0.6%Language:Hack 0.1%Language:Procfile 0.0%