SHIV000000 / ForecastForge

ForecastForge: Your weather companion crafting precision forecasts. With real-time updates, interactive maps, and personalized history, navigate meteorological insights effortlessly. Experience weather, redefined

Home Page:https://forecast-forge.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ForecastForge

ForecastForge: Your weather companion crafting precision forecasts. With real-time updates, interactive maps, and personalized history, navigate meteorological insights effortlessly.This Django web application provides weather forecasting based on the OpenWeatherMap API. Users can search for weather information for a specific location and view a 7-day weather forecast.

INSTALLATION

Clone the repository

git clone https://github.com/SHIV000000/ForecastForge.git

Change into the project directory:

cd ForecastForge

Create a virtual environment:

On Macos\Linux:

python3 -m venv venv

On Windows:

py -m venv venv

Activate virtual environment:

On Macos\Linux:

source venv/bin/activate

On Windows:

venv\Scripts\activate

Install the required dependencies:

pip install -r requirements.txt

Configure API Key:

Get your OpenWeatherMap API key from OpenWeatherMap. Update the API_KEY in the credentials.py file.

Run migrations:

python manage.py makemigration
python manage.py migrate

Run the development server:

python manage.py runserver

Open your browser and visit http://127.0.0.1:8000/ to access the application.

Configuration

Update the SECRET_KEY in settings.py with your Django project secret key. Adjust other settings in settings.py as needed.

Contributing

If you'd like to contribute to this project, please follow these steps:

Fork the repository.

Create a new branch for your feature or bug fix:

git checkout -b feature-name

git commit -m 'Add new feature' ### Commit your changes

git push origin feature-name ###Push to the branch

Submit a pull request.

About

ForecastForge: Your weather companion crafting precision forecasts. With real-time updates, interactive maps, and personalized history, navigate meteorological insights effortlessly. Experience weather, redefined

https://forecast-forge.vercel.app


Languages

Language:Python 49.2%Language:CSS 27.0%Language:HTML 23.8%