This is a platform for searching for VMs in a given csv. It is written in Python 3.11 and uses the Django framework.
- Clone the repository
- Install the requirements with
pip install -r requirements.txt
- Run the server with
python manage.py runserver
- Navigate to
localhost:8000
in your browser - Enjoy!