Interactive querying of international trade and demographic data
Server- and client-side code for a web application showcasing the prettified output of complex and dynamically-generated SQL queries that pull international trade data from TradingEconomics.com, among other sources.
The application runs locally on your machine. Follow the installation instructions below.
View the Final Report for details about the database architecture, table normalization practices, API specification, query performance and evaluation, and Entity-Relation (ER) diagram.
View the Video Demo for a video demonstration of the functionality of each page.
server
folder using terminal or command promtnpm install
and npm start
client
folder using terminal or command promtnpm install
and npm start