bustoutfunk / wellsense-web

Boilerplate for MERN Stack
0 stars 0 forks source link

MAC address lookup #6

Closed bustoutfunk closed 8 years ago

bustoutfunk commented 8 years ago

MySQL database wellcheck:tblWellInfo consists of tank names and MAC addresses. This is the table that attributes a name and mac address to a specific well id. When the JSON post occurs, the handler must look up the mac address and then push the data into tblWell with the proper well_id.