Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 471 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 471 Bytes

Simple Health Check Service using ElysiaJS

  • axios for ping the sites
  • @elysiajs/cron for interval or schedule check sites
  • @elysiajs/swagger for document's ui for pause/stop cron
  • nodemailer for send mail notify

Getting Started

  1. setup your mail server
  2. setup .env
  3. start server

Development

To start the development server run:

bun i
bun run dev

Open http://localhost:8666/swagger with your browser to see the result.