Please enable JavaScript.
Coggle requires JavaScript to display documents.
backend - Coggle Diagram
backend
Models
MissingPerson
LostPerson
GovEmp
Controllers
Missing
addMissingPerson
updateMissingPerson
getMissingPerson
getMissingPeopleList
removeMissingPerson
Lost
getLostPerson
getLostPeopleList
addLostPerson
updateLostPerson
removeLostPerson
Routes
GET /
MISSING
GET /missing
POST /missing
PUT /missing
DELETE /missing
GET /missing/{id}
LOST
GET /lost
GET /lost/{id}
POST /lost
PUT /lost
DELETE /lost
GET /signin
POST /signup