Skip to content

lema-ufpb/app-saego

Repository files navigation

SAEGO Application Project - Alumni Tracking System

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.

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