Skip to content

yash2189/Weather-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather-App

  • Flask Weather App

To run the flask app directly:

  • Create your virtual environment : virtualenv venv
  • Activate the virtual environement : source venv/bin/activate
  • Run : python app.py

To use the docker image follow the steps:

  • Pull the image : docker pull yash301998/flask-weather-app:latest
  • Spin up a container from the image: docker run -d -p 5000:5000 yash301998/flask-weather-app
  • Open a browser to validate if the app is running on localhost: http://localhost:5000/

About

A Containerized Flask Weather App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published