When a flooding event is triggered a
POST
is made to the database to record the event and the information from the samePOST
is used to autogenerate aSMS message
to 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 Admin
go run *
go build