A simple CleVer Dashboard where user can add, view, update, delete patients schedule, auto draw chart of each room. This app uses React, Apollo GraphQL client and Material UI.
- Download zip file or type command in your terminal
[email protected]:nvdai2401/clever-dashboard.git
- Run
yarn
- Add your GraphQl Server url in
APOLLO_SERVER
inconfigs.local.js
. - Run
yarn app
to start the web app. Server will run atlocalhost:3000