Complete routing for saved directions feature for the app. Currently the plan is to handle routes for this as part of the search feature so routing url endpoints should go into: ./routes/search.js module.
Overview of task:
Notes - initial model for storing saved directions data is in ./models/saved-directions.js; should consider adding feature for description/user defined labels for saved direction.