GroupThreeFS / FullStack_GroupThree

The Final Sprint Project showcasing our knowledge of interacting node js with mongo db and postgres sql to create a search function similar to google.
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Searching By Postgres #15

Closed JonnyNL closed 1 year ago

JonnyNL commented 1 year ago

We need a model (SearchItem.js)/postgres to define the database search attributes and query the search, a controller SearchController.js that calls (SearchItem.js)/postgres if the user has selected the "postgres" option, this will be passed on from the SearchUtility.js which is what the app will use to utilize our search function.

JonnyNL commented 1 year ago

To be added after api routes