Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 450 Bytes

File metadata and controls

17 lines (12 loc) · 450 Bytes

General Information

Instructions for running demo, change directory to project root before executing any commands.

Frontend

Backend

  • cd backend
  • pip install -r requirements.txt
  • fastapi dev server.py --port 8080