/Github-Monitor

A React app that monitors all the GitHub repositories for a user in real time when they login, meaning that if a push is made to a repository the website will update showing the latest push information and give it a yellow background. This was made using React, Node.js, Socket.io, Firebase, Google Cloud Platform, NGINX, Cloud DNS, GraphQL, and Bootstrap.

Primary LanguageJavaScript

GitHub Monitor

This application is meant to monitor all GitHub repositories of a user in realtime and display updates

How To Start

First npm i in both the base folder and the client folder. To run in dev mode do npm run-script dev to run in production npm start. The webhooks will not work on localhost due to GitHub needing to point to an ip with ssl. (Yeah we actually have SSL).