This AI-Powered Recipe Generator is a web application that uses the GroqCloud API to generate recipes based on user-inputted ingredients, cooking time, and cuisine type. The frontend is built with React and styled with Tailwind CSS, while the backend is powered by Express.js and Node.js
- Ingredient Input: Users can input various ingredients, specify cooking time, and choose a cuisine type.
- AI-Generated Recipes: The application utilizes GroqCloud API to generate creative and unique recipes.
- Responsive Design: The interface is fully responsive, making it accessible on all device types.
-
Node.js: Ensure that Node.js is installed on your machine.
-
GroqCloud API Key: Sign up for a GroqCloud account and get your API key.
Clone the Repository
git clone https://github.com/saviooo02/gourmet.git
cd recipe-generator
Install Dependencies
- For the frontend
cd frontend
npm install
- For the backend
cd backend
npm install
Configure Environment Variables
GROQCLOUD_API_KEY=your_groqcloud_api_key
Running the Project
- Start the backend server
cd backend
npm start
- Start the Frontend
cd frontend
npm run dev
The frontend should be running at http://localhost:5173 and the backend at http://localhost:3000.
This project is licensed under the MIT License.