doc: add test environment section to README

Signed-off-by: Klagarge <remi@heredero.ch>
This commit is contained in:
2025-06-24 21:23:56 +02:00
parent 9c5840f400
commit b88f24385d

View File

@@ -79,6 +79,15 @@ Credentials are available [on request](mailto:remi@heredero.ch).
Details in [pico-sensor/README.md](pico-sensor/README.md). Details in [pico-sensor/README.md](pico-sensor/README.md).
## Test environment
[(Back to top)](#table-of-contents)
A partial test environment is deployed on the server. <br>
Web app has a second container with the same code but made a GET request on `/test` instead of `/raclette` for the
development environment. The gateway include a route to `/test` that return the 100 last measurement instead of the
last 24h. Has everything else is still a development environment, the database is the same for the test and
development environment.
# Authors # Authors