- Instale o .NET 8 SDK.
- No terminal, vá até
src/WebApi
e execute:dotnet run
- Abra o Swagger em: http://localhost:5000/swagger (ou porta exibida no console).
Endpoints:
- GET /api/static
- GET /api/dynamic
- GET /api/evolution
- GET /api/integration
- Garanta Python 3 com pandas, numpy, matplotlib instalados.
- No terminal, vá até a pasta raiz do projeto e execute:
python generate_charts.py
- As imagens serão salvas em
figures/
:- fig2_cbo_vs_target.png
- fig2_lcom_vs_target.png
- fig2_cyclomatic_vs_target.png
- fig2_inheritancedepth_vs_target.png
- fig3_runtime_calls.png
- fig4_hotspots_scatter.png
- fig6_before_after.png