This application demonstrates the Da Vinci MRP medication reconcilation use case. Please see the code for details.
Update launch.html
with your app's OAuth client ID.
Install NodeJS. Then fetch the app dependencies in the app directory and launch the app server:
npm i
npm start
You should see something like
Starting up http-server, serving ./
Available on:
http://127.0.0.1:8080
http://10.23.49.21:8080
You can stop the server if needed using Ctrl+C.
At this point your Launch URI is http://127.0.0.1:8080/launch.html and your Redirect URI is http://127.0.0.1:8080.