davidshin0302 / safetynet-alerts-backend

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

Write services to load data into the application. #6

Open davidshin0302 opened 1 month ago

davidshin0302 commented 1 month ago

Objective: Implement the logic to read and parse the data_file.json for persons, fire stations, and medical records.

Tasks: Write services to load data into the application

davidshin0302 commented 1 month ago

data_file.json

davidshin0302 commented 3 weeks ago

Working on implementing person API post/put/delete.

davidshin0302 commented 3 weeks ago

dividing this works to small peices as it is too board.