A completely working live-inventory managing application (frontend + backend) using monolithic architecture.
- Users can add new node.
- Users can view all nodes.
- Users can update node info.
- Users can delete a node.
- Low Level Design: Read here
- Hight Level Design: The application is build using monolithic architure, hence the entire code is contianed in this one application.