bbennitt / IPRO_Book_Exchange

0 stars 1 forks source link

Create searching functionality #8

Open bbennitt opened 1 year ago

bbennitt commented 1 year ago

Write the backend code to interface with the search bar that takes text input and queries the database to return results appropriately

AC

Guz-Ali commented 1 year ago

To implement REST Framework, follow this guide. All CRUD operations are included: https://www.geeksforgeeks.org/django-rest-api-crud-with-drf/