Skip to content

jhhocs/GPT-3.5-Recipe-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


GPT-3.5 Recipe Generator

A simple web application that allows users to generate a recipe based on user-inputted ingredients


home recipes recipe

Built With

(back to top)

Getting Started

Prerequisites

  1. Create a .env file in the backend directory
  2. Get an OpenAI API Key here
  3. Create a MongoDB server (Not required for recipe generation)
  4. Paste OpenAI API Key and MongoDB server conneciton string in the .env file in the same format provided in .env.sample
    API_KEY="INSERT_API_KEY_HERE"
    MONGODB_SERVER="INSERT_MONGODB_CONNECTION_STRING_HERE"

How to Run

  1. Navigate to the frontend and backend directory. Run the following in both directories

    npm install
  2. Run the following in both frontend and backend directores

    npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published