Web Application using Flask framework.
- The web app is currently hosted on Microsoft Azure Cloud.
- Automated docker builds are setup using Github Actions
- Note: The web-app is only hosted on Azure during deployment tests.
Prerequisites
- Docker
Run
-
# Pull the latest ab-heartbyte docker image docker pull heartbyte/ab-heartbyte # Run it docker run --rm -it -p 80:80/tcp heartbyte/ab-heartbyte:latest
- The flask app will be running on http://localhost:80/
Run
-
docker build -t ab-heartbyte:master flask/ && \ docker run --rm -it -p 80:80/tcp ab-heartbyte:master
- The flask app will be running on http://localhost:80/
Refer to CONTRIBUTING.md
- bigillu (Abhimanyu Selvan) is the co-author and maintainer of this application.
- follow me on Twitter.
- gandrein (Andrei Gherghescu) is the co-author.