Title: Implement Backend Storage for Recent Searches
Description: Add a backend feature that stores users’ recent search queries to improve user experience and assist in quick navigation.
Domain: Backend / Coding
Difficulty: Intermediate
Steps:
- Create a simple data model for storing recent searches.
- Build an API endpoint to save and fetch recent search entries.
- Ensure data is stored per user session without requiring a login
- Test with sample queries.
Expected Outcome:
Users’ recent search queries are saved and can be retrieved from the backend.







