git clone https://github.com/AzizEmir/Client-Computer-Monitoring.git
cd Client-Computer-Monitoring
cargo run
php -S localhost:8000 -t Front-End/
ClientRequests/post_cpu_ram_disk.sh
...
curl --request POST \
--url http://192.168.1.100:9827/cpurequest \
-H 'Content-Type: application/json' \
-d "$JSON_DATA"