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.
- Host: GitHub
- URL: https://github.com/jasondunken/rainwater-runoff
- Owner: jasondunken
- Created: 2024-12-23T19:32:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-14T17:45:41.000Z (over 1 year ago)
- Last Synced: 2025-04-02T07:26:27.576Z (over 1 year ago)
- Topics: angular, nest, sqlite3, swagger
- Language: JavaScript
- Homepage:
- Size: 604 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)