This project provides updates, symptoms, prevention, and emergency response to the current outbreak of Coronavirus (COVID-19).
- Bootstrap (Front-end)
- CSS (Styling)
- PHP (Back-end)
- MySQL (Database)
- Covid-19 API
- Clone this repo on your local machine using
git clone https://github.com/ruhulaminparvez/Covid-19-Tracker.git
- Create a database named
db_corona
in your phpmyadmin (MySQL Database). - Create a table named
case-corona
in yourdb_corona
database with 6 columns(id, username, email, number, syndromes,description)
.
id (int, 255, AI, PK)
username (varchar, 255)
email (varchar, 255)
number (varchar, 255)
syndromes (varchar, 255)
description (varchar, 255)
- Run the project on your local server (XAMPP, WAMPP, etc.)
If you run into any issues or have questions, ideas or concerns. Please enjoy and feel free to share your opinion, constructive criticism, or comments about my work. Feel free to email me at ruhulaminparvez007@gmail.com, Thank you!😊