WorldBank-Data-Visualizing-Information-System visualizes data from World Bank Organization in the form of Timeline charts, Barcharts and Scatterplots.
MySQL
React
Node.js
Use the .csv files given in /world-bank-database/client/mysql/ as well as the load_tables.sql script in the same folder to create locally the needed database. It is advised to name your database 'metrics_db'.
In the /world-bank-database/server.js please enter your local server's username and password. In case you gave a different name for your database, please change that as well in server.js
Finally, the needed node modules were ommitted as they were huge files. To recreate them run
npm installboth in /world-bank-database and in /world-bank-database/client.
Run
node server.js in /world-bank-database and
npm startin /world-bank-database/client.
This project was developed by Eftihia Kiafa (AM 3003), Grigoria Nikita (AM 3048) and me (Eirini Mouselli AM 3031) for the course Advanced Topics in Technology and Database Applications ΜΥΕ030 (Προχωρημένα Θέματα Τεχνολογίας και Εφαρμογών Βάσεων Δεδομένων), 2019 - 2020.