You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
database: mysql db containing all data (script for db creation (its own container): database/create_db.py)
data_processing: service, which scrapes data from OpenWeater API, calculates some basic statistics and saves the data into database
api: service, which exposes endpoints for getting data from database
frontend: react app, which shows air pollution data in charts
docs: web documentation using MkDocs - describes each part of the app
About
This app fetches and processes data from air pollution API, stores it in a database, and displays pollution statistics and city comparisons using charts on the frontend.