Skip to content

skulkarni0102/weather_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Steps to run the project

Clone the Repository

git clone https://github.com/skulkarni0102/weather_app.git

Running backend

  1. Navigating to backend
cd backend
  1. Setting virtual environment
python -m venv env
env\Scripts\activate
pip install -r requirements.txt
  1. Weather API key get the key from -> https://openweathermap.org/

  2. Create .env file and paste the key

WEATHER_KEY=Your Key
  1. Running backend
python manage.py runserver

Running frontend

  1. Navigating to frontend
cd frontend
  1. Installing dependencies
npm install
  1. Create you .env file and Paste your URL
REACT_APP_API_URL=Your Backend Url
  1. Running frontend
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published