-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eadf88f
commit deec57d
Showing
4 changed files
with
35 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,5 +44,20 @@ This project provides updates, symptoms, prevention, and emergency response to t | |
4. MySQL (Database) | ||
5. [Covid-19 API](https://api.covid19api.com/summary) | ||
|
||
## How to SetUp this Project on Your Local Machine : | ||
1. Clone this repo on your local machine using `git clone https://github.com/ruhulaminparvez/Covid-19-Tracker.git` | ||
2. Create a database named `db_corona` in your phpmyadmin (MySQL Database). | ||
3. Create a table named `case-corona` in your `db_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) | ||
|
||
4. Run the project on your local server (XAMPP, WAMPP, etc.) | ||
|
||
|
||
|
||
## Bugs 😒 | ||
> 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 [email protected], Thank you!😊 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters