Loading...
The servers api efficiently communicates data between the server and client to easily return the new shortened url tot he user
The client starts with the url and the client then inputs the url into our shorter program which communicates with the server to go into the data base to see which open urls there are then assigns the original 'long' url to the "Shortner" function, which creates the short url object. Then this gets return to the server for the original and shortened url to be sent back to the client.
Our shortener complement works but takes the availble open short url and assigning it to the long url then making an object once paired.