Skip to content

simrantan/Tastebud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team 22: TasteBud

TasteBud

Few lines describing your project.

Table of Contents

About

TasteBud is your ultimate culinary companion, a chatbot chef assistant that simplifies meal decisions. Whether you have dietary restrictions or need inspiration for your near-expired produce, TasteBud suggests personalized recipes, offers ingredient substitutions, and guides you through a delightful cooking experience. Elevate your culinary adventures with TasteBud – where delicious meets tailored convenience.

All of our documentation lives in our wiki page.

(back to top)

Getting Started

These instructions will get you a copy of the project up and running.

  1. Install Node.js TasteBud is known to work using node v20.11.1 and npm v10.2.4.

  2. Clone the repo

    git clone git@github.com:StanfordCS194/Win24-Team22.git

Frontend

  1. Move into the frontend directory.

    cd Win24-Team22/frontend
  2. Install dependencies

    npm install
  3. Start the development server

    npm start

Backend

  1. Move into the backend directory.

    cd Win24-Team22/backend
  2. Install dependencies

    npm install
  3. Start the development server

    npm start

Known issue: if you get the error ReferenceError: Headers is not defined upon starting the backend, you need to use a newer version of Node.js - check out the Node Version Manager for help. TasteBud is known to work using node v20.11.1 and npm v10.2.4.

Once the frontend and backend are both running, visit http://localhost:3000/ in your browser to begin using TasteBud!

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published