Skip to content

Instantly share code, notes, and snippets.

@FRiotte
FRiotte / README.md
Last active December 8, 2021 19:21
Gridview with CRUD options (mongodb)

This flow use html template and jsGrid to display, insert, update, delete data. The grid is accessible at the address:http://<node-red>:<port>/plates. Like any REST apps, the grid uses ajax POST request to insert, PUT request to update and DELETE request to delete.

capture

It relies on a mongoDB database. The collection is called LicencePlate. The format of each document is as follows:

{
 "_id": ObjectID("585a4732ac11400192a60b85"),