Skip to content

bonny2long/ChefBonBon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChefBot - AI-Powered Recipe Generator

A full-stack web application that leverages artificial intelligence to generate personalized recipes based on user-provided ingredients.

Quick Start

# Clone the repository
git clone https://github.com/yourusername/ChefBot.git
cd ChefBot

# Install frontend dependencies
cd client && npm install

# Install backend dependencies
cd ../server && npm install

# Set up environment variables
# See docs/SUPABASE_SETUP.md for Supabase configuration
# See docs/RAILWAY_DEPLOYMENT.md for backend deployment

# Run locally
cd ../client && npm run dev    # Frontend: http://localhost:5173
# In another terminal:
cd ../server && npm run start # Backend: http://localhost:3000

Features

  • AI-powered recipe generation using Anthropic Claude
  • User authentication with Supabase
  • Save and share recipes
  • Like and comment on community recipes
  • Real-time updates

Documentation

Tech Stack

  • React 19 + Vite
  • Node.js + Express
  • Supabase (PostgreSQL)
  • Anthropic Claude API (ANTHROPIC_MODEL defaults to claude-3-5-haiku-20241022)
  • Tailwind CSS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages