issues
search
FAOEuFMD
/
milestones-dashboard
An open-source dashboard that tracks the completion of yearly EuFMD Program Targets until the year 2027.
https://milestones-dashboard-staging.onrender.com/
0
stars
0
forks
source link
feat(api): add endpoints for target table
#40
Closed
ShrudhiPriya
closed
2 months ago
ShrudhiPriya
commented
2 months ago
Implemented GET /api/target/test for testing connectivity.
Created GET /api/target/targets to retrieve all target records from the database.
Updated database helper to include connection timeout and error handling.