|
|
il y a 7 mois | |
|---|---|---|
| .github | il y a 7 mois | |
| app | il y a 7 mois | |
| .gitignore | il y a 7 mois | |
| README.md | il y a 7 mois | |
| pyproject.toml | il y a 7 mois |
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