This is a simple Python application using flask that starts an HTTP server.This program presents a small welcome phrase
- Docker Hub Repository: estebanandres/hellopython on Docker Hub
To clone the repository, use the following command:
git clone https://github.com/EstebanASM/APP.PY.gitNavigate to the project directory:
cd APP.PY- Python must be installed on your machine.
- Download all dependencies that flask is in:
pip install requirements.txt
- Inside the project directory, start the server with:
python app.py
- Access the application in your browser at:
http://127.0.0.1:8083
To run the application with Docker, visit the Docker Hub repository for this project: estebanandres/hellopython on Docker Hub.