Skip to content

CloudWeathers a basic weather forecast app in ReactJs, Django and Django Rest Framework

Notifications You must be signed in to change notification settings

sumitgirwal/CloudWeathers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudWeathers

CloudWeathers is a basic weather forecast app that provides users with weather information for various locations. The app aims to give users quick and easy access to current weather conditions and forecasts.

Screenshot 2023-07-15 185753

Live Demo: https://youtu.be/TlxnYcFuMH0

Built with

  • Python
  • Django Framework
  • Htmx
  • Bootstrap5

Installation & Setup

  • Install virtual env
python -m pip install --user virtualenv
python -m venv venv
  • Activate virtual env
.\venv\Scripts\activate
  • Install packages
pip install -r requirements.txt
  • Database migrations
python manage.py makemigrations
python manage.py migrate
  • Run application
python manage.py runserver
  • Hit url in browser
http://127.0.0.1:8000/

About

CloudWeathers a basic weather forecast app in ReactJs, Django and Django Rest Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published