Skip to content

Unbound3d/weatherApp

Repository files navigation

Flask weatherApp

A simple web weather app built using flask that displays the current weather of cities across the world. The application allows users to enter a city and returns the current weather conditions of the entered city.

The application is built with Python, Flask, SQLAlchemy, SQLite and HTML/CSS/Bootstrap 5.

Screenshots

Signup page

screenshot

Login page

screenshot

Dashboard

screenshot

Installation and set up

Clone this repo into your machine. Prerequisites: python, virtual environment

Set up a virtual environment inside the repo and activate it

python -m venv venv

Install requirements

pip install -r requirements.txt

Run the application

flask run

Enjoy!