This repository implements a weather app that uses Open Weather API and Django as a backend framework to get live weather status.
- Get Real-Time Weather Information of a City!
Make sure you have already installed python3 and git.
$ git clone https://github.com/amanasati11/Weather-app.git && cd Weather-app
$ pip install -r requirements.txt
$ cd src && python manage.py migrate
$ python manage.py collectstatic
$ python manage.py createsuperuser
$ python manage.py runserver
Enter your browser http://localhost:8000/. You can login via admin in http://localhost:8000/admin/.
├───.idea
│ └───inspectionProfiles
├───the_weather
│ └───__pycache__
└───weather
├───migrations
│ └───__pycache__
├───templates
│ └───weather
└───__pycache__