This is my academic project for my final year in my B.Sc. (IT)
- Objective of this project is to create system which maintains Patients’ data about their Covid Status.
- The main Roles of this system are:
- Admin
- Hospitals (Who helps to provide tests and vaccines of Covid)
- Patients.
- Following activities are covered through our application:
- Admin:
- Login
- View reports of all patients
- View reports of vaccines
- Approve hospitals
- See list of all the hospitals
- See booking details of all the patients
- Hospitals:
- Login/Register
- Provide tests of Covid
- Provide vaccines of Covid and other diseases
- Provide guidelines for symptoms Optionally
- Patients:
- Login/Register
- Seek help regarding their covid tests/vaccines
- View their covid status
- View guidelines
- Admin:
Tools you will need:
- XAMPP
- Web Browser
- Sublime Text (or similar)
Steps to Run the Project:
- Download and install this version of XAMPP (For some reason, this project only works on this version)
- Copy all the contents of source folder and copy it to "C:\xampp\htdocs\projects\covid\web"
- Run XAMPP and Start Apache and MySQL
- Go to phpMyAdmin and create an empty database named "covid"
- Import covid.sql from the project
- In the browser, type the URL "localhost/projects/covid/web" to get to the Entry point of the project
- Use the following E-Mail/Password Combo's for Testing purposes:
- Admin: "[email protected]", "test123"
- Hospital: "[email protected]", "test"
- Patient: "[email protected]", "test"
Steps to Edit this project:
- Download Sublime Text
- Open our source folder in Sublime Text