Skip to content

rawcodehq/webmonitor

Repository files navigation

Webmonitor

An app which monitors your web applications / web sites and sends you a notification whenever they go down. It also tracks response times and your uptime.

Contribute

Checkout the TODO for stuff which needs to be worked upon. Lines starting with + are completed and the ones starting with - are up for development.

Setup

To start your Phoenix app:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with npm install
  • Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.