Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 288 Bytes

File metadata and controls

22 lines (15 loc) · 288 Bytes

Installing the packages

To install the packages required:

pip install -r requirements.txt

Front-end

For starting the execution of the UI:

npm run dev

Back-end

For starting the live server (localhost:8000):

uvicorn main:app --reload