Skip to content

pronebel/uptime-1

 
 

Repository files navigation

Uptime

Setup

In order to make the project functional, you have to run following command:

make setup

In order to initialise the database, you have to run following command:

make init_db

You can adding default destination to ping with the command:

make load_fixtures

Then you can run the app with:

make run 

Note: you need docker-compose to get the full architecture working.

About

A prototype of website monitoring tool, written in Go and React.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.9%
  • Go 4.7%
  • Other 0.4%