Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 304 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 304 Bytes

dmdw-project

Client Setup

  1. Install dependencies
  $ npm i
  1. Run the client
  $ npm start

Server Setup

  1. Install dependencies
  $ pip install -r requirements.txt
  1. Run the server
  $ uvicorn --app-dir="./app" --reload main:app