/age-app

this is a simple age app created by me, it will get your age and tell who you are and where you belong

Primary LanguagePython

AGE-APP

To run this app on Docker, follow the steps:

1. First, clone the app by running the following command:

git clone https://github.com/gangadhariy/age-app.git
cd age-app
docker build -t flask-age-app .
docker run -d -p 80:5000 flask-age-app

Now open your web browser and access the app using the following URL:

http://localhost