Kanaderu / iotsite

IoT Web App
https://udsensors.tk/ws/
3 stars 2 forks source link

Backend Updates #33

Closed Kanaderu closed 4 years ago

Kanaderu commented 4 years ago

Moved last of MySQL artifacts over to Postgres with commit 3d1f597 and 0debd16 finishing #20. Added SQL Explorer for debug assistance in debug mode.

Added pagination to the REST API to improve performance and speed. Prevents from having all the JSON data be sent over at once. Assists #32