Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

190 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlavorFinder Readme

Web application that provides recipe recommendations based on available ingredients and a user’s preferences

Installation

Requirements: Node

Step 1: Clone the repo to a folder of your choice.
Step 2: Change directory to the client folder and install npm packages by running these commands:
cd client
npm i
Step 3: Change directory to the server folder and install npm packages by running these commands:
cd ../server
npm i
Step x: Request .env file from project owners. Place in the root directory of the project.

Building the Web Application

Step 1: Change directory to the client folder and run:
npm start
Step 2: Change directory to the server folder and run:
npm run start

Using the App

Log In with Google

Enter Name

Read Tutorial under Home Page

Add Ingredients to your Pantry

View your Recipes

Chat with your RecipeBot

Releases

Packages

Used by

Contributors

Languages

Generated from melaasar/template