The purpose of this project is to provide the web monitoring UI. They can easily access to this web application to monitor status of devices, etc. To use this web application.
- NodeJS 16 or later
- VueJS 3
- Python 3.10 or later
- Docker
- docker-compose
To run the install and compile the source code for application development, please refer to the following commands below.
cd frontend
npm ci
cd backend
pipenv sync --dev
pipenv shell
cd ..
make local-build
make local-up