BroncoDirectMe / Backend

BroncoDirectMe's API for the Chrome Extension
https://broncodirect.me
9 stars 1 forks source link

Implement MySQL Client #19

Closed GuyWhoCode closed 1 year ago

GuyWhoCode commented 1 year ago

Addresses #6

GuyWhoCode commented 1 year ago

ESLint linting issues originate from not using the SQL functions. Testing functions are in place to resolve said issues but are commented out because of the requirement to install MySQL server beforehand. Failure to install the MySQL server results in a SQL error stating that the localhost database cannot be connected to, causing the program to exit.

The functions in question are profSearch, updateProf, and addProf.