-
XAMPP
- Install XAMPP on your PC. To download it, click here.
- Then, switch on the
Apache
andMySQL
modules in the XAMPP control panel. - Extra step if you are viewing this on GitHub, download all the files of this repository, perhaps by clicking on
Code
thenDownload ZIP
. - Then extract the folder called
VaxiNO-Pandemic-main
; place this in thehtdocs
folder (of the XAMPP directory) in file explorer. - Open any browser and navigate to
localhost/VaxiNO-Pandemic-main
. - The website is now up and running. Make sure all files and subfolders related to this project are present within
VaxiNO-Pandemic-main
, that's inhtdocs
.
-
Python
- Download the latest version of Python from here.
- Using PIP, install the libraries
matplotlib
andrequests
. - (For the program to be able to connect to the Online API, make sure that the system is connected to the Internet throughout.)
This project has been created and maintained using the following tools:
- VSCode: as an IDE
- Chrome: as a Browser
- LaTeX: for Reports
- HTML/CSS: for Layout and Appearance
- Javascript: to make
onClick()
tools - PHP/mySQL: as a DBMS
- Git/GitHub: for Collaboration and Version Control
- Python/Shell: in Generation of Graphs from data
Link to the GitHub Webpage: https://whitelisted2.github.io/VaxiNO-Pandemic/ (does not run features related to PHP/Databases)