/treeapi

This project allow to crud a not binary tree

Primary LanguageJavaScript

APITREE

This is an Rest Api application that shows and stores tree data

1 Get All tree

GET /api/tree { id, parentId, label }

POST /api/tree { id, parentId, label }