Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pin705/baby_menu
Create a menu for your baby with ChatGPT
https://github.com/pin705/baby_menu
Last synced: 8 days ago
JSON representation
Create a menu for your baby with ChatGPT
- Host: GitHub
- URL: https://github.com/pin705/baby_menu
- Owner: pin705
- Created: 2023-03-20T03:30:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-20T04:55:43.000Z (over 1 year ago)
- Last Synced: 2024-07-16T07:38:59.835Z (4 months ago)
- Language: TypeScript
- Homepage: https://menu-children.vercel.app
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](https://openaicom) API key to run this. It's built with [Nuxt 3](https://nuxt.com).
## 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](https://openaicom) to make an account.
2. Then go to the [API keys page](https://platform.openai.com/account/api-keys)
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.
```bash
npm install
```### Running the application.
Then, run the application in the command line and it will be available at `http://localhost:3000`.
```bash
npm run dev
```