Main repository for an article submitted.
In each folder, there is a README.md with more details.
To run the project, execute the start.sh script.
The project is based in microservices architecture using Docker and Docker Compose V2.
In addition, npm is a requirement to execute the frontend. It has been tested under npm v18.0.0 and v19.7.0.
Once run, frontend is available at :8000 and APIs at :8000/api.
External URLs must be changed in the following files:
./backend/app/config.py./frontend/grafana/ENV/grafana.ini./frontend/website-demo/src/config.js
Keys to change can be found with the EXTERNAL_URL name.