This project is a combination of webscraping, database use, and frontend development.
The webscraper portion is built in Python. It goes to the website NaturalStatTrick, which hosts a database of live NHL analytics, and takes the postgame report numbers, then stores them into a custom database.
Using mySQL and PhpMyAdmin to store and manipulate data.
The frontend is Javascript with HTML/CSS and uses Node.js to communicate with the database. Frameworks used: Express, Handlebars, jQuery.