Skip to content

SrajanAgrawal/Weather-Web-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 

Repository files navigation

Weather-Web-App

A weather web app which allows users to access the current weather, the weather forecast for the next 24 hours, the weather forecast for the next week, and any weather warnings that may be in effect for any city around the world

How to install this app on your computer

1. Clone this repository

Change the current working directory to the location where you want the cloned directory.

git clone https://github.com/loganwoudstra/Weather-Web-App.git

2. Install requirement.txt

pip install -r requirements.txt

3. Make migrations

python manage.py makemigrations
python manage.py migrate

4. Run the server

python manage.py runserver

Built With

About

A weather web app created using Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published