The Weather Monitoring System is a Django-based web application for monitoring weather conditions and subscribing to temperature alerts.
- Python 3.x
- Django
- Chart.js for data visualization
- Bootstrap for styling
- SQLite (default database)
- Python 3.x installed on your system
- pip (Python package installer)
git clone https://github.com/pavankalyan767/weather-monitoring-system.git
cd weather-monitoring-system
pip install venv
python -m venv venv
source venv/bin/activate
venv\Scripts\activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver