Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yenk/local-viral-real-time-news-app
3 days hackathon, to develop a real-time local viral news application with dashboard features in heroku and flask
https://github.com/yenk/local-viral-real-time-news-app
Last synced: 17 days ago
JSON representation
3 days hackathon, to develop a real-time local viral news application with dashboard features in heroku and flask
- Host: GitHub
- URL: https://github.com/yenk/local-viral-real-time-news-app
- Owner: yenk
- Created: 2022-04-08T20:01:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T16:29:12.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T13:19:01.830Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 2.95 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## local-viral-dashboard
This was a viral DC metro real-time application and covid dashboard created as part of a Axio's 3 days hackathon.Our application is hosted by [Heroku](https://www.heroku.com/).
**note** -> Due to Heroku's latest policy changes as a paid service for using dynos features, it's no longer an open source platform.
Tech stack used:
- Flask - Python microservice web framework
- HTML/CSS - frontend development and design
- Heroku - (no longer) open source cloud hosting service
- CI/CD deployment - Heroku's dynos - a lightweight Linux containers that runs our application and processes. When it gets deployed, the dynos are executed to run our web processes. And any changes made through Github will automatically deployed through the dynos in Heroku.- Live website -> https://axios-dc-live.herokuapp.com/ (deprecated - see note)
- Linked real-time covid dashboard -> https://axios-live-dc-covid.herokuapp.com/ (deprecated - see note)