Skip to content

Just a demo python web-app using flask web framework

Notifications You must be signed in to change notification settings

dugarsumit/flask_web_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-web-app

Just a demo python web-app using flask web framework

Steps for running this application:

  • Install docker and run the following commands once if you are running it for the first time
    docker pull dugar/flask-sample
    docker run -p 8080:8080 dugar/flask-sample
    
  • If you have already run an image you can simply start and stop the container
    docker start/stop <container-name/id>
    

About

Just a demo python web-app using flask web framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages