Weathercast Using Python and Django Weather Bug is the application of science and technology to predict the conditions of the atmosphere for a given location and time. You can get the realtime Weather forecasting by using this web application
-->
- Python 3+
- Django 3+
To run the app on your local machine, you need Python 3+, installed on your computer. Follow all the steps to run this project.
- Create
venv
virtual environment:
pip install venv virtual_env_name
- Activate
venv
virtual environment:
source virtual_env_name/Scripts/activate
4. Then enter the corresponding directory:
```bash
cd Weather_App--Python-Django
- Install all the requirements using pip:
pip install -r requirements.txt
- Run server:
python manage.py runserver
- HTML
- CSS
- Bootstrap
- JavaScript
- Django
- SQLite 3