API for managing virtual machines on Ubuntu using FastAPI and libvirt.
Install dependencies:
pip install -e .
Ensure libvirt is installed on the system:
sudo apt install libvirt-daemon-system
uvicorn app.main:app --reload
The API will be available at http://127.0.0.1:8000