The website of Recibase, the recipe ingestion and discovery service.
Recibase's frontend uses web.py.
- Python 3.9
- pip
pip install -r requirements.txt
Test with pytest
BACKEND_URL="https://api.reciba.se/" python3 app.py
- Navigate to http://0.0.0.0:8080/
If you don't specify BACKEND_URL
you will need to also have the Recibase API running locally.
Hold Ctrl + C
until it quits