You must include the following modules on the server
From the directory:
npm install mysql2
npm install express
Then the port number in PhoneServer.js ot another number between 9000-9020.
Then run:
node PhoneServer.js
url/list
url/find?field=Last&search=name
field = {Last, First, Type}
url/addrec?First=first&Last=last&Phone=phone&Type=type
type = {Family, Friend, Business, Other}
url/delete?ID=id
url/id