Within the download you'll find the following directories and files:
└── README.md
└── MQTT
└── db.py
└── main.py
└── mqtt_client.py
└── paper-dashboard-react
├── jsconfig.json
├── package.json
├── public
│ ├── favicon.ico
│ ├── index.html
│ └── manifest.json
│ └── tag-icon.png
└── src
├── index.js
├── logo-white.svg
├── logo.svg
├── routes.js
├── components
│ ├── Footer
│ │ └── Footer.jsx
│ └── Sidebar
│ └── Sidebar.jsx
├── layouts
│ └── Admin.jsx
├── variables
│ └── History_Func
│ ├── HistoryChartOptions.js
│ ├── HistoryMapConpontent.js
│ ├── generateHistoryDatasets.js
│ └── Movement_Func
│ ├── ChartOptions.js
│ ├── constants.js
│ ├── generateDatasets.js
│ ├── MapComponent.js
│ ├── RoomItems.js
│ ├── RotationButtons.js
│ └── ZoomSilder.js
│ ├── CartHistory.jsx
│ ├── CartMovement.jsx
│ ├── charts.jsx
│ ├── general.jsx
│ └── icons.jsx
├── views
│ ├── Dashboard.jsx
│ └── History.jsx
└── assets
├── css
│ ├── paper-dashboard.css
│ ├── paper-dashboard.css.map
│ └── paper-dashboard.min.css
├── demo
├── fonts
├── github
├── img
│ └── faces
└── scss
├── paper-dashboard
│ ├── cards
│ ├── mixins
│ ├── plugins
│ └── react
│ ├── custom
│ └── react-differences.scss
└── paper-dashboard.scss