An API to scrape recipes from websites and basic parsing of such recipes.

Getting Started

  1. Install Python 3.10+
  2. Install dependencies
pip install -r requirements.txt
  1. Run/Debug in vscode with F5 or run:
uvicorn src.main:app --reload
  1. Navigate to http://localhost:8000/docs