Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 188 Bytes

readme.md

File metadata and controls

5 lines (5 loc) · 188 Bytes

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