To Keep track of daily data from the Indiana coronavirus website, and create more detailed reports with the data. This is also to fuel my own desire to keep people more informed in this crazy Pandemic.
You will need the following to develop this website -
- MYSQL
- PHP
- composer
- Symfony CLI
- Node.JS (Yarn)
Please note stylesheets are not included since they are from a purchased theme.
- Download and install PHP, Composer, and Symfony
- Run
composer install
- Run
yarn install
- Run
symfony server:start
- Run
yarn watch
Running ./bin/console app:pull-data
will do the following:
- Fetch the latest data from the coronavirus.in.gov website
- Backup the data to its own file under Resources/coronavirus.in.gov/
- Delete data from the MYSQL database
- Put the latest data into the MYSQL database