Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 1.95 KB

README.md

File metadata and controls

64 lines (43 loc) · 1.95 KB

⛈ Weather App using Django

It's my hobby project which is created to learn to use public api for project.In this project I used the api of openweathermap to featch the weather details of various city across the globe by providing city name as input.

Technologies used:

  • Python
  • Django
  • openweathermap API
  • HTML5
  • Bootstrap
  • Visual Studio Code

Note: for libraries used in this projects you can refer requirements.txt

Fork

for forking this repository you can go through the steps provided in the link below.:point_down:
https://docs.github.com/en/get-started/quickstart/fork-a-repo

Running the Project Locally

First, clone the repository to your local machine:

git clone https://github.com/SubramanyaKS/WeatherProject.git

Install the requirements:

pip install -r requirements.txt

Create the database:

python manage.py migrate

Finally, run the development server:

python manage.py runserver

The project will be available at 127.0.0.1:8000.

Note:

Any feedbacks and suggestions are always welcomed.

References:

♥ Thanks to

Note: This Project is under development. You can check the latest update in this repository.

If you like my repository please ⭐this repository.

with ♥ Subramanya K S