This assignment is build complying all coding standards like SOLID principles, Dependency Injection and OOPS
- On this page we can add new node to database
- See all the nodes present in our database using All Nodes Button
- We can Generate our tree using Generate Tree View Button
- We can UPDATE or DELETE a node from database using respective buttons
- Here first we get all the PARENTS node from the DB
- If we click on any parent node, we can see full tree structure of that parent
- On this page we can see full tree structure
- This structure is generated Recursively



