This project hosts a web application for tracking alumni, using an iframe that embeds a Power BI dashboard. The main objective is to provide an accessible interface to visualize and analyze relevant data about alumni.
- Visualization of alumni data in an interactive dashboard.
- Integration with Power BI to ensure up-to-date data and robust analysis.
- Power BI
- HTML/Javascript (to embed the iframe)
- Docker (optional)
- Clone the repository.
- Install the necessary dependencies:
npm install
. - Start the development server:
npm run server
.
You can access the application at http://localhost:3000
.
If you are using VScode, you can press F5 to run the project.
If you prefer to use Docker, you can build and run the project using the following commands:
docker compose up -d
Contributions are welcome! Please open an issue to discuss improvements or report bugs. To contribute with code, fork the project, create a branch for your feature, and open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.