Skip to content

Palakseth/app.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

app.py

from flask import Flask

app = Flask(name)

@app.route('/') def hello(): return "Hello, World! This is a Python app running in Docker on AWS!"

if name == 'main': app.run(host='0.0.0.0', port=5000)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published