https://github.com/chandrikadeb7/covid-19-helpdesk
Covid-19 helpdesk for tracking moderate and high risk patients around us along with online doctor portal.
https://github.com/chandrikadeb7/covid-19-helpdesk
coronavirus-tracker coronavirus-tracking covid-19 covid-2019 covid-virus covid19 database google-maps-api html-css-javascript infection php phpmyadmin realtime-tracking risk tracking tsql xampp
Last synced: 4 months ago
JSON representation
Covid-19 helpdesk for tracking moderate and high risk patients around us along with online doctor portal.
- Host: GitHub
- URL: https://github.com/chandrikadeb7/covid-19-helpdesk
- Owner: chandrikadeb7
- License: mit
- Created: 2020-04-13T12:17:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-13T12:51:10.000Z (about 5 years ago)
- Last Synced: 2025-01-10T20:38:09.107Z (4 months ago)
- Topics: coronavirus-tracker, coronavirus-tracking, covid-19, covid-2019, covid-virus, covid19, database, google-maps-api, html-css-javascript, infection, php, phpmyadmin, realtime-tracking, risk, tracking, tsql, xampp
- Language: JavaScript
- Homepage: https://www.youtube.com/watch?v=s9ivtzkpK6w&feature=youtu.be
- Size: 847 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
* Install [Xampp](https://www.apachefriends.org/download.html)
#### 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.
### 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
* Now, open it on browser "http://localhost/webucator/Covid-19%20Helpdesk/html/login.php".
Best Of Luck! :+1:
:e-mail: [email protected]