Skip to content

Football Web Application #14

desheval requested to merge desheval/ppy1-2025:desheval into main

I want to create a web application that collects information about football matches, displays past and upcoming games, visualizes statistics, and stores data in SQL. The application will use a Football API, Streamlit, and SQL. The program will do the following:

  1. Fetch data from a Football API about past and upcoming matches, teams, and statistics.
  2. Store data in an SQL database for efficient access and persistence.
  3. Display matches and stats using a Streamlit web interface with visualizations.
  4. Allow user interaction with filters for dates, teams, and leagues.
  5. Update data regularly to keep information current.

Merge request reports