Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 716 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 716 Bytes

GPT-3 app built with Nextjs, React & GitHub Copilot

Find the nutritional data for any recipe with AI 🤖

Running the App

Clone the repository to your local machine and complete the following steps:

  1. Update the .env.example file to include your apikey
  2. Change the name of the file to .env
  3. Run npm i
  4. Run npm run devserver to start the server
  5. Run npm run dev to start the app
  6. Go to http://localhost:3000 to view app and make requests

You can input any recipe from the web or your favorite recipe! Have Fun! ♥️

mealmetrics-app