/dcmx-web

Primary LanguagePythonApache License 2.0Apache-2.0

dcmx-web

Run the backend api

cd api
python server.py

Install dependencies and run the frontend webapp using npm

npm install
npm start