Route-finder / Backend

Senior Project - Find and display an optimal route to retrieve books from a library's shelves.
https://library-guide.herokuapp.com
Mozilla Public License 2.0
0 stars 3 forks source link

Refactor to interface with the updated Classify module #38

Closed Isaac-List closed 2 years ago

Isaac-List commented 2 years ago

I have updated the classify module to begin working on allowing for search by author and title, as well as to return multiple results/suggestions. This necessitated a refactoring of the code to call the classify function, however this should be the last time this specific interface is changed.

I set up a testing deployment to heroku here and it seems to be working as expected.