An open API service indexing awesome lists of open source software.

https://github.com/jasondunken/rainwater-runoff

A mono repo for roof rainwater runoff sensor monitoring system. Built with Angular v19.0 and Nest.js v10.4.
https://github.com/jasondunken/rainwater-runoff

angular nest sqlite3 swagger

Last synced: 3 months ago
JSON representation

A mono repo for roof rainwater runoff sensor monitoring system. Built with Angular v19.0 and Nest.js v10.4.

Awesome Lists containing this project

README

          

# Mono repo for the Roof Rainwater Runoff sonde monitoring system

The Roof Rainwater Runoff monitoring system is comprised of three primary components, sondes in field that are running a customized Arduino script, a server that receives sonde data and validetes it as it is produced, and a web client for data monitoring and exploration.

## Rainwater-Dashboard is an Angular v19 client for the system

- [Rainwater dashboard readme](rainwater-dashboard/readme.md)

## Rainwater-Server is a Nest.js server

- [Rainwater server readme](rainwater-server/readme.md)
- Swagger/openapi page @/api
- Sqlite db

## Virtual-Sonde is a virtual sonde for testing, controlled via a cli

- [virtual-sonde readme](v-sonde/readme.md)