Skip to content

The-Silverwood-Institute/Frontend

Repository files navigation

Frontend

Tests and deployment status

The website of Recibase, the recipe ingestion and discovery service.

Recibase's frontend uses web.py.

Requirements

  • Python 3.9
  • pip

Installation

pip install -r requirements.txt

Test with pytest

Usage

To start

  1. BACKEND_URL="https://api.reciba.se/" python3 app.py
  2. 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.

To stop

Hold Ctrl + C until it quits