A small Webserver recieving temperature and other weather data that stores them in a sqlite database and provides a REST-API to access them
Go to file
2026-08-04 07:08:51 +02:00
.idea ADD: Dockerize 2026-08-03 14:14:35 +02:00
models FIX: Allow min/max values to be None when no measurements exist 2026-08-04 07:08:51 +02:00
services ADD: Measurement Records 2026-06-30 22:02:21 +02:00
.gitignore UPD: gitignore 2026-06-28 14:15:48 +02:00
db.py FIX: Import Models in db.py 2026-08-03 14:49:58 +02:00
Dockerfile ADD: Dockerize 2026-08-03 14:14:35 +02:00
LICENSE Initial commit 2026-06-28 11:08:03 +00:00
main.py ADD: Dockerize 2026-08-03 14:14:35 +02:00
README.md Initial commit 2026-06-28 11:08:03 +00:00
requirements.txt ADD: Dockerize 2026-08-03 14:14:35 +02:00
simulate_measurements.py UPD: Change DB Path to be consistent with server location 2026-08-04 07:08:29 +02:00
test_main.http Stations 2026-06-28 14:15:24 +02:00

WetterstationServer

A small Webserver recieving temperature and other weather data that stores them in a sqlite database and provides a REST-API to access them