A weather forecast app. Allows users to search for the weather in any major city in the world.
Hosted on Heroku using a free plan. Site might take a moment to open on first launch.
- Python 3.8
- Django 3.2
- Bootstrap
- OPENWEATHER API
After cloning the app down to your machine, navigate into the root directory of the project.
- Install project requirements:
pip install -r requirements.txt
- Migrate and run project:
python manage.py migrate
python manage.py runserver