Backend API for Ølmonopolet - enriching Vinmonopolet's beer catalog with ratings and information from Untappd.
- Sync products from Vinmonopolet
- Match and enrich beers with Untappd data
- Track new releases and availability
- RESTful API with Django REST Framework
git clone https://github.com/haavardnk/olmonopolet-api.git
cd olmonopolet-api
uv syncDATABASE_HOST=localhost
DATABASE_PORT=5432
DATABASE_NAME=beerdb
DATABASE_USERNAME=beer
DATABASE_PASSWORD=your-password
DJANGO_SECRET_KEY=your-secret-key
DEBUG_VALUE=1cd api
uv run python manage.py migrate
uv run python manage.py runserveruv run pytestLGPL-3.0 License - See LICENSE file for details.