Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 871 Bytes

File metadata and controls

17 lines (13 loc) · 871 Bytes

Python Weather API

A robust, modular Python-based Weather API. This project demonstrates clean backend development practices by separating API routing from core business logic, and it is specifically designed to be easily interacted with and tested using Postman.

📂 Project Structure

Python-Weather-API-using-Postman/
├── api/                # API route definitions and endpoint handlers
├── services/           # Core business logic and external weather service integrations
├── .vscode/            # Editor-specific workspace configurations
├── app.py              # Main application entry point
├── requirements.txt    # Project dependencies
├── .gitignore          # Ignored files and directories
├── LICENSE             # Open source license details
└── README.md           # Project documentation