tabojc / treeapi

This project allow to crud a not binary tree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 }

About

This project allow to crud a not binary tree


Languages

Language:JavaScript 100.0%