Welcome to Gregory Lawson IO!
This section contains mini projects and/or tests given to me from various sources.
User Movie demo is API for Users and Movies. It is written in Java utilizing Spring Boot. It was given as a programming test to me. I decided to create a github project for it.
The service will provide resources to support the following: + A dd a node to the tree at a specific location (for instance, add a new node to a leaf node’s children) + Retrieve a single node + Retrieve the immediate children of a node + Retrieve all descendants of a node (immediate children and nested children) + For an arbitrary node, retrieve all ancestors/parents of the node (the path from the root node to the specific node). + Remove a node from the tree (also removes all of its children)