In order to run the backend server, run: git clone https://github.com/debuggio-ing/sv-back.git pip3 install -r requirements.txt cd sv-back/ uvicorn app.main:svapi --reload