Dashboardhub is a platform for managing and monitoring project dashboards. It provides GRPC APIs for internal and public access, integrates with external repositories, and supports secure authentication and event management.
- GRPC APIs: Internal and public GRPC servers for managing dashboards.
- Authentication: Secure user authentication.
- Event Management: Event handling and logging.
The following commands are available in the Makefile and Root Makefile:
make dev.setup
- Sets up the development environmentmake console.ex
- Run an interactive shell inside the Docker containermake format.ex
- Format the code
make test.ex
- Runs the testsmake deps.check
- Checks dependenciesmake format.check
- Checks formattingmake lint
- Runs code linting (credo)