0
151
Tea Advisor API — Flask REST service with JSON endpoints
Python
A lightweight Flask REST API that returns tea data and simple recommendations. Includes GET endpoints for listing teas and details, and a POST endpoint that suggests a tea by taste profile (e.g., “floral”, “citrus”, “strong”). Built to demonstrate…