dmdw-project Client Setup Install dependencies $ npm i Run the client $ npm start Server Setup Install dependencies $ pip install -r requirements.txt Run the server $ uvicorn --app-dir="./app" --reload main:app