8000 GitHub - patrikarlos/NSO_A2: Network and Service Operations
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

patrikarlos/NSO_A2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Simple flask services/applications for various assignments.
# 
# main.py: Online calculator, supports only 'add'.
# application2.py: Replies with a string containing the Time and hostname.
# assignment2.py: Replies with an HTML formatted string containing the Time and hostname.

#export FLASK_APP=<filename>
#export FLASK_RUN_HOST=<localhost|0.0.0.0>
#export FLASK_RUN_PORT=8210



Usage Example:
export FLASK_APP=main.py
export FLASK_RUN_HOST=localhost
export FLASK_RUN_PORT=8210
flask run

About

Network and Service Operations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0