Network Management - Copy this React, Tailwind Component to your project
## Network management IPv4 and IPv6 Create a simple web application for managing networks. The application should be written on react 19 and mui for client side, and express typescript with typeorm for server side, database should be postgres, app should be able to manage IPv4 and IPv6 addresses. ## Requirements The Application should have a simple UI for managing networks. The UI should have the following features: Network management: Add/Edit/Remove/Get a networks Search for a network by name, IP or MAC address Filter networks by type (IPv4 or IPv6) Subnet management (IPv4 and IPv6): Add/Delete/Edit/Get subnets The Subnet should be unique for each network Search for a subnet by name, IP, or MAC address Each subnet must have DNS and Gateway Each subnet must show the IP address range IP managemen (IPv4 and IPv6)t: Edit/Clear/Get IP addresses Search for an IP by IP or MAC address allow to easily add a new network, subnet, and IP address via the API. ## Notes All the calculations should be done in the backend. The application should run in the docker environment any image, database, web server It should be easy to start the docker container with the application(without any additional configurations or installations)
