BegicHarun / portofolio_backend

Backend developed using .NET9 | Entity Framework 9 | PostgreSQL
0 stars 0 forks source link

Backend - Search Functionality for Projects #16

Open BegicHarun opened 3 hours ago

BegicHarun commented 3 hours ago

Description: Add search functionality to the Project API to allow users to search projects by name or description. • Tasks: • Implement query parameter for search terms. • Modify GET endpoint to filter projects based on search input.