Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 598 Bytes

readme.md

File metadata and controls

35 lines (18 loc) · 598 Bytes

go-watch

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.

Dependencies and requirements

  • Postgres 11 (db is set up as a repository)
  • An account with Pusher, or a Pusher alternative (like ipê)

Run

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)