🍺 Beer Scraper API

Backend service for scraping beer taplists from various pubs

Note: This is the backend API service. The frontend has been moved to a separate application.

Available API Endpoints:

GET /api/beer-data - Get cached beer data as JSON
GET /api/status - Get cache status and statistics
GET /api/pub-info - Get pub information
POST /api/scrape - Trigger full scraping process
POST /api/scrape-no-yhop - Trigger scraping excluding YHop
GET /scrape - Manual scraping with progress
GET /test/:pubName - Test individual pub scraper

Service is running and ready to serve beer data!