davidshin0302 / safetynet-alerts-backend

Backend application for the SafetyNet Alerts system developed with Spring Boot
0 stars 0 forks source link

Implement /flood/stations Endpoint #20

Open davidshin0302 opened 3 weeks ago

davidshin0302 commented 3 weeks ago
  1. Task: Create an endpoint to return households in multiple fire stations’ jurisdictions.

  2. Details:

  3. Accepts a list of station numbers as a query parameter.

  4. Groups people by household address and includes their name, phone, age, medications, and allergies.

  5. Suggested Steps: