An API to scrape recipes from websites and basic parsing of such recipes.
- Install Python 3.10+
- Install dependencies
pip install -r requirements.txt
- Run/Debug in vscode with
F5
or run:
uvicorn src.main:app --reload
- Navigate to
http://localhost:8000/docs