Skip to content

Upperz uptime monitor back-end: Node.JS with Express

Notifications You must be signed in to change notification settings

mattthat/upperz-backend

Repository files navigation

upperz-backend

setup

$ git clone https://github.com/tadalabs/upperz-backend
$ cd upperz-backend
$ npm install
$ npm run build:api
$ npm run run:api

testing

$ curl -s http://localhost:8080/health | jq
  {
    "status": "UP"
  }

use

Import the Postman collection in resources/postman:

upperz-backend Demo

About

Upperz uptime monitor back-end: Node.JS with Express

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published