Third-party REST API integration allowing users to search, cache, and review drink recipes.
A hybrid data platform that consumes external public APIs (TheCocktailDB) to fetch real-time recipe data. It features a local relational database to handle user-generated content, enabling a "Favorites" system and persistent review/rating logic. The application demonstrates complex model relationships (Foreign Keys between API data stubs and local user profiles) and efficient data serialization.