https://github.com/diabhey/ab-heartbyte
WIP - Video Web App running on Microsoft Azure
https://github.com/diabhey/ab-heartbyte
Last synced: 2 months ago
JSON representation
WIP - Video Web App running on Microsoft Azure
- Host: GitHub
- URL: https://github.com/diabhey/ab-heartbyte
- Owner: diabhey
- Created: 2020-02-22T18:35:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-02T11:09:28.000Z (over 2 years ago)
- Last Synced: 2025-06-11T01:11:35.699Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# ab-heartbyte
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**
- ```bash
# 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**
- ```bash
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](CONTRIBUTING.md)## Author
* bigillu (Abhimanyu Selvan) is the co-author and maintainer of this application.
* follow me on [Twitter.](http://www.twitter.com/a_bigillu)
* gandrein (Andrei Gherghescu) is the co-author.