This is a project largely following a Golang course in Websockets. It is a service monitoring platform focusing on checking statuses of HTTP, HTTPS, and SSL Certificate expiry date.
- Postgres 11 (db is set up as a repository)
- An account with Pusher, or a Pusher alternative (like ipê)
First, run ipê is running (if you're using ipê), and then run.
On Mac/Linux
**
cd ipe
./ipe
./run.sh (in a new terminal)
On Windows
**
cd ipe
.\ipe
.\run.bat (in a new terminal)