Skip to content

Frixxie/hemrs

Repository files navigation

hemrs (Home Environment Monitor-rs)

This project is in need of a better name. Suggestions are welcome!

hemrs is a solution that retrieves and stores sensor data

Components

  • Backend
    • Contains a RESTful api over the database

Requirements

  • Rust
  • Make
  • Postgres instance

How to build and run (in dev mode)

To build

cargo build

To run (with my defaults)

cargo run

For configuration options run

cargo run -- -h