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

Languages