An intelligent meal planning application that helps users create weekly menus and shopping lists based on available products in their supermarket.
Clone the repository
Install dependencies
npm install
# or
yarn install
Set up environment variables
.env.local
file in the root directoryOPENAI_API_KEY=your_openai_api_key
NEXT_PUBLIC_APP_URL=http://localhost:3000
Start the development server
npm run dev
# or
yarn dev
Open http://localhost:3000 in your browser to see the application