/Covid-19-HelpDesk

Covid-19 helpdesk for tracking moderate and high risk patients around us along with online doctor portal.

Primary LanguageJavaScriptMIT LicenseMIT

Covid-19-HelpDesk

Present problems:

  • many people are not aware about the risk of infection present in their locality itself
  • there is no self-test or online doctor portal available readily
  • no means to mark the infected persons’ location and show their proximity from you.

This website does the following work

Installation

Open Command Prompt/Terminal and copy-paste the following command:

git clone https://github.com/chandrikadeb7/Covid-19-HelpDesk.git

For using on localserver/ localhost

  • Download Files.
  • Install Xampp/Wamp or any Apache server.

For Xampp:

  • After installing.
  • Put all the files in "user\Applications\XAMPP\htdocs\webucator\Covid-19 Helpdesk".
  • Open Xampp Control Panel.
  • Start "MySQL Database", "ProFTPD", "Apache Web Server".
  • Click on Restart all and the status will show running. screenshot 30

For Database:

Kindly have a look at 'html/dbconnect.php' file

  • Set username = "root" and password = " " on Phpmyadmin: "http://localhost/phpmyadmin/"
  • Create Database: covid-19 by clicking 'New' option on left side panel.
  • Import the following tables in the database:
    • data/users.sql
    • data/patient.sql
    • html/gps-tracker-master/sql/1a-track.sql
    • html/gps-tracker-master/sql/1b-riders.sql

screenshot 29

Best Of Luck! 👍

📧 chandrikadeb7@gmail.com