/sv-back

Primary LanguagePython

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