Tree editor
Simple client-server application for editing tree structure that stores in database. Server represents RESTFul service with following API. Client is single page application.
Latest stable version of application available here: https://tree-editor.herokuapp.com/
- Selected element has to mark with special icon.
- Lazy node loading.
- Emulate two-seconds loading by delay.
- Tree modification's operations
- Add new node
- Edit current node
- Remove current node
- Move current node to another node
- Store tree in DB.
make
make start
Backend
Frontend