A Python web application that fetches real time weather date of cites in a database.
- Fetches weather data from Open-Metro API
- Stores the data in PostgresSQL database
- Displays all
- PostgreSQL
- PGAdmin
- Git
- python 3.13.7
- Postgres
- requests
- pyscogp
1. Clone This repository:https://github.com/bcordero06/Final_project_weather- Open File Folder
CD Final_project_weather- Install Dependencies:
pip install -r requirment.txt- Run route.py:
python3 route.py
- See the weather for the 10 cities that are around the world
Final_project_weather/
├──tempelates/
| ├──index.html #HTML file showing the page
├── .env #credentials
├── Db_manager.py #all database functions
├── Db.py #fetches weather from API
├── main.py #main runner file
├──routes.py #routes with flask and api endpoints