Baseball History Website
The Baseball history website serves as a practical example of employing SQL for webpage functionality, showcasing various baseball-related statistics such as Hall of Fame members, top earners, RBI leaders, and home run champions. Users can access a comprehensive list of teams and their respective players, as well as individual player profiles. Additionally, a functional search tool enables users to easily locate specific players of interest. Special consideration was given to parameterizing the SQL queries to safeguard against potential injection attacks.
Tools used
Visual Studio - used for an integrated development environment (IDE) for writing and editing my code.
HTML/CSS- Was what the main framework of the website is written in.
SQL- Was used to access a very large database with vast amounts of baseball information.
WinSCP- Was used to transfer files from a local folder and up onto the server.