Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 465 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 465 Bytes

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