When a flooding event is triggered a
POSTis made to the database to record the event and the information from the samePOSTis used to autogenerate aSMS messageto all the Subscribers in the database 🚏
SUBSCRIBERS TABLE
/subscribe
/subscribe/{phone}/delete/
DATA TABLE
/data/POST => SMS POST
/data/GETALL
ADMINS TABLE
/admins/{password}/ => verifies password/username of Admingo run *
go build