This project hosts a web application for science and technology data intelligence in Paraíba, Brazil, using an iframe to embed a Power BI dashboard. The main goal is to provide an accessible interface for visualizing and analyzing relevant data.
- 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.