Skip to content

A simple php website to manage patients at a General Practice

License

Notifications You must be signed in to change notification settings

josh-privata/GPPatients-School

Repository files navigation

PHP and MySQL HTML5-CSS3

GP Patients

A simple php website to manage patients at a General Practice

Passing PHP 7.0 HTML 5.0 BSD License


Table of Contents

Synopsis

A local GP Clinic currently operates a paper based system to keep records of patient details. This is a time consuming and work intensive task. To save time and money, management have decided to move to a web based database for keeping track of patient particulars.

It is required to implement a PHP Web Based front end system. This system will connect to the database back end which stores all the patient details.

Due to the sensitive nature of the information, the web based front end must be protected with authentication. MyCity GP Clinic currently has two staff that would require access to the system.

Click here to view a demo of this website

Install

First, make a directory to install the files to and change to that directory using :

 mkdir gppatients && cd gppatients

Then all you need to do is clone the project from github into the directory by using :

 git clone https://github.com/josh-privata/GPPatients.git

Usage

Note: Nginx or Apache are required to run the preceding commands.

Note: MySQL or MariaDB are required to run the preceding commands.

Note: PHP is required to run the preceding commands.

This appliction requires a running LAMP or LEMP stack.

For intructions on how to configure a LAMP stack look here or for a LEMP stack look here.

Initially the application needs to be copied to your root html folder. Assuming you are still in the gppatients folder you can do this by running the command :

$ mkdir /var/www/html/gppatients && cp -r * /var/www/html/gppatients/   

After you have copied the files across you will need to configure your webserver.

For intructions on how to configure virtual hosts on apache look here or for server blocks on nginx look here.

Assuming you have hosted the application locally, you can access the program by visiting

http://localhost/gppatients/

The login details are:

Username Password
michael password
jane password

Screenshots

Screenshot

Screenshot

Screenshot

Screenshot

Screenshot

Screenshot

Screenshot

Screenshot

License

BSD Copyright (c) 2016 Josh Cannons.

About

A simple php website to manage patients at a General Practice

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published