/baby_menu

Create a menu for your baby with ChatGPT

Primary LanguageTypeScript

Create Menu for children in Seconds with chatGPT

How it works

It's very simple, we just use chatGPT's API to generate a workout plan based on your settings. All you need is an openAI API key to run this. It's built with Nuxt 3.

Running Locally

Cloning the repository the local machine.

git clone https://github.com/pinnnguyen/menu-children.git

Creating a account on openai to get an API key.

  1. Go to openAI to make an account.
  2. Then go to the API keys page
  3. Create a new key and save it somewhere

Storing the API keys in .env

Once you have your API key, create a .env file in the root of the project and a var OPENAI_API_KEY=your_api_key

Installing the dependencies.

npm install

Running the application.

Then, run the application in the command line and it will be available at http://localhost:3000.

npm run dev