Skip to content

singh-ashok25/webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#webserver This is a simple web server based on Flask - new one

To run this websever locally

Install python3 on local host or virual env pip install -r requirements.txt

To run the app

python3 app2.py

Connect to webserver

http://0.0.0.0:4080

Build docker image

docker build -t flaskapp .