Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 711 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 711 Bytes

Greet Me

A simple Flask application that greets you according to the time of day.

ℹ️ A demo app to demonstrate CI/CD pipeline for deployment on Kubernetes (Minikube).

💠 Refer 📚Gitbook Documentation📚 for more information.

▶️ Run Locally

$ git clone git@github.com:veerendra2/greet-me-flask-app.git
$ cd greet-me-flask-app
$ python3 src/greet_me/greet_me.py
INFO:Serving on http://0.0.0.0:8080

# install as pypi package
$ pip3 install -e .

# run cli
$ greet_me
INFO:Serving on http://0.0.0.0:8080

# uninstall pypi package
$ pip3 uninstall greet_me