droidrdee / Weather-App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather Application

A Simple Weather Application which is made by Django which uses a API to fetch data.

Live Demo :

link

Running the Project Locally

First, clone the repository to your local machine :

git clone https://github.com/Dhruv58/Weather-App.git

Create a virtual environment :

$ python -m venv .venv

Activate the virtual environment on Windows :

$ source venv/Scripts/activate

To install Django :

$ pip install django

For Database setup :

$ python manage.py makemigrations

Apply the migrations :

$ python manage.py migrate

To create an superuser account, use this command :

$ python manage.py createsuperuser

Finally, run the development server :

$ python manage.py runserver

The project will be available at : http://localhost:8000

About


Languages

Language:Python 64.5%Language:CSS 24.6%Language:HTML 10.8%