- Built in websocket functionatily for flask web app. This is desgined for developers who have built a CLI tool or script and want a graphical front end user interface very quickly for testing purposes.
- Dynamic readme that adds the github repo name into readme upon creation of this repo. (.github/workflows/readmeupdate.yml)
- Lint features with Autopep8 and Black using Github actions (.github/workflows/lint.yml)
- Push to our dockerhub repo using Github actions (.github/workflows/push_to_docker.yml)
--INSERT AN INTRODUCTION FOR YOUR APP; EXPAINING WHAT IS THE PURPOSE OF YOUR APP AND ITS BENIFITS--
--NOTE: THIS CAN BE CHANGED TO WHICH ENVIRONMENT WORKS FOR YOUR WEBAPP--
--LIST AND EXPLAIN ANY PREREQUISTES THAT REQUIRE YOUR WEBAPP TO WORK--
--EXPLAIN HOW TO BUILD THE DOCKER ENVIRONMENT FOR YOUR WEBAPP--
--EXPLAIN HOW TO USE SO OTHERS CAN USE YOUR APP. THIS MAYBE AN EXAMPLE ON HOW TO USE THE WEBAPP--