World Bank Data Visualizer is a system that allows for:
- Retrieving demographic and other data for one or more selected countries from the World Bank’s data repository.
- Processing the data using different types of analyses.
- Rendering the retrieved data or the processed data using appropriately selected visualization means such as bar charts, line graphs, scattered plots, and pie charts.
- Clone the repository:
git clone https://github.com/hanle23/WorldBankVisualization.git
- Navigate to the project directory:
cd WorldBankVisualization
- Build the project with Maven:
mvn clean install
- Run the application:
java -jar target/WorldBankVisualization.jar
The system uses a file named credentials.json
located in the loginCredentials
folder at the top level of the project directory for user authentication. This file contains the login credentials that are used to access the system.
Please note that users do not have the ability to create their own credentials, so it is safe to upload this file. The structure of the file is as follows:
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.