Skip to content

diabhey/ab-heartbyte

Repository files navigation

ab-heartbyte

ab-heartbyte docker build

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.

How to run the application the easy way

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/

For the folks who want to build the docker image themselves

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/

Contributing to ab-heartbyte

Refer to CONTRIBUTING.md

Author

  • bigillu (Abhimanyu Selvan) is the co-author and maintainer of this application.
  • gandrein (Andrei Gherghescu) is the co-author.

About

WIP - Video Web App running on Microsoft Azure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published