Skip to content

pavankalyan767/weather-monitoring-system

Repository files navigation

Weather Monitoring System

Overview

The Weather Monitoring System is a Django-based web application for monitoring weather conditions and subscribing to temperature alerts.

Technologies Used

  • Python 3.x
  • Django
  • Chart.js for data visualization
  • Bootstrap for styling
  • SQLite (default database)

Setup Instructions

Prerequisites

  • Python 3.x installed on your system
  • pip (Python package installer)

1. Clone the Repository

git clone https://github.com/pavankalyan767/weather-monitoring-system.git
cd weather-monitoring-system
pip install venv
python -m venv venv

Activate virtual environment

For Linux or macOS

source venv/bin/activate

For Windows

venv\Scripts\activate

Install requirements

pip install -r requirements.txt

Run migrations

python manage.py makemigrations
python manage.py migrate

Start the Development Server

python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published