Note -> The WebApp has been containerized using Move2Kube tool.
A personal project built for understanding APIs. The application provides real-time weather details with images of the searched place in the background.
Python 3.7.0 or above. Flask 2.1.2 or above. For more refer to requirements.txt
-
Download and install Python
-
Download and install Git.
-
Fork the Repository.
-
Clone the repository to your local machine
git clone https://github.com/<your-github-username>/.git
-
Create a virtual environment.
-
Install dependencies from requirements.txt
pip install -r requirements. txt
- Start local-server
python3 app.py