This application is a web-based platform designed to help users find recipes based on their dietary restrictions and preferences. It uses the Spoonacular API to search for recipes and provides details about each recipe, including the ingredients required and the cooking instructions.
-
Clone this repository using the following command in your terminal:
git clone https://github.com/ahndawn/ReciPlanner.git
-
Navigate to the project directory:
cd ReciPlanner
-
Install the necessary dependencies:
pip install -r requirements.txt
Set your Spoonacular API key as an environment variable:
-
On Unix/Linux/MacOS:
export SPOON_API=your_api_key
-
On Windows:
set SPOON_API=your_api_key
Replace your_api_key
with your actual API key.
To start the application, run:
flask run