Skip to content

The repository contains the files for submission of the website on electoral bonds database as a part of course project for course ES 113 - Data Centric Computing at IIT, Gandhinagar.

Notifications You must be signed in to change notification settings

HarshilShah1804/Electoral_Bonds_Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electoral Bonds Webiste

This repository is created as a part of the course ES 113 - Data Centric Computing at Indian Institute of Technology, Gandhinagar, under Professor Mayank Singh. This repository contains data for the website made for analysing data about electoral bonds purchase and redemption details.

Setup Details

  1. Download the repository as a ZIP file.
  2. Using MySQL Workbench, import the data from the dump_data sql dump file.
  3. Execute this code on the Workbench. You can change the username testing123 and password pwd.
CREATE USER 'testing123'@'localhost' IDENTIFIED BY 'pwd';
GRANT ALL PRIVILEGES ON *.* TO 'testing123'@'localhost' WITH GRANT OPTION;
  1. Open the file app.py. If you have modified the password or username, change the username and password to the one set by you in the lines:
app.config['MYSQL_USER'] = 'testing123'
app.config['MYSQL_PASSWORD'] = 'pwd'
  1. Run the python file.
  2. Open the browser and search 127.0.0.1. The Website will be loaded.

Screenshots of the UI.

  1. Home Page of the Website Screenshot (331)

  2. Answer of Question 1 for bond number 11448. Screenshot (332)

  3. Answer of Question 2 for company AALYA CONSTRUCTIONS Screenshot (333)

  4. Answer of Question 3 for party JAMMU AND KASHMIR NATIONAL CONFERENCE Screenshot (334)

  5. Answer of Question 4 for party GOA FORWARD PARTY Screenshot (335)

  6. Answer of Question 5 for company ABHISHEK TIBREWAL Screenshot (336)

  7. Answer of Question 6: Screenshot (337)

About

The repository contains the files for submission of the website on electoral bonds database as a part of course project for course ES 113 - Data Centric Computing at IIT, Gandhinagar.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages