/Weather_App_Bhalerao-2002

The Weather App is a Django-based application designed to provide users with accurate and real-time weather information. With a user-friendly interface, this app allows users to access weather updates for any location worldwide. By leveraging Django's powerful framework, the Weather App offers seamless integration of data retrieval from weather API

Primary LanguagePythonMIT LicenseMIT

weather_app

this is weather app using django framework..

To run this project

  1. clone this project using git clone https://github.com/bhalerao-2002/Weather_App_Bhalerao-2002

  2. now go to this folder by using cd weather_app

  3. go inside folder called the_weather cd the_weather

  4. now to create and run virtual environment run command pipenv shell

  5. now install django by using pipenv install django

  6. Run the project using python manage.py runserver

  7. head over the http://127.0.0.1:8000/ to see output window