Skip to content

Paraíba Science and Technology Data Intelligence System

License

Notifications You must be signed in to change notification settings

lema-ufpb/app-sidtec

Repository files navigation

SIDTEC Project - Paraíba Science and Technology Data Intelligence System

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.

Features

  • Visualization of alumni data in an interactive dashboard.
  • Integration with Power BI to ensure up-to-date data and robust analysis.

Technologies Used

  • Power BI
  • HTML/Javascript (to embed the iframe)
  • Docker (optional)

How to Run the Project

  1. Clone the repository.
  2. Install the necessary dependencies: npm install.
  3. 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.

Docker

If you prefer to use Docker, you can build and run the project using the following commands:

docker compose up -d

Contribution

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.

📝 License

This project is licensed under the MIT License. See the LICENSE file for details.

👏 Acknowledgments