Skip to content

venqoi/Heartbeat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heartbeat

Monitors the online status of a device and updates its status in a MongoDB database.

Prerequisites

  • Node.js
  • Bun
  • MongoDB

Installation

  1. Clone the repository:

    git clone https://github.com/loefey/heartbeat.git
    cd heartbeat
  2. Install dependencies:

    bun install
  3. Set your MongoDB URI in the .env file:

    MONGO_URI=your_mongodb_uri

Usage

Run the project:

bun run .

About

Monitors the online status of a device and updates its status in a MongoDB database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors