Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 608 Bytes

File metadata and controls

26 lines (19 loc) · 608 Bytes

Smart Livestock Management - Backend (Person B)

Backend services for data storage, alerts, simulation, and sync for the Smart Livestock app.

Quick Start

  • Node 18+
  • Install deps: up to date, audited 1 package in 576ms

found 0 vulnerabilities

  • Seed + run simulators and sync server: see scripts below

Scripts

  • : Run sync server with auto-reload
  • : Seed local PouchDB with sample animals
  • : Generate vitals for all animals once
  • : Run alert engine test harness
  • : Push unsynced docs to mock sync server once

Structure

  • seed JSON
  • app code
  • mock sync server
  • tests and helpers