git
powershell >> run as admin >>
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
choco install git
git --version
git clone https://github.com/atulkamble/azure-vm-db.git
cd azure-vm-db
// install php
// vs code open
extension >> php
run server
sudo apt install php libapache2-mod-php