Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 1.01 KB

README.md

File metadata and controls

48 lines (38 loc) · 1.01 KB

OpenAi - Graphql Playground

This project creates a featured OpenAI graphql playground using graphql-mesh.

Base

Environment

⚙️ Installation

Getting started

Run the following command on your local environment:

yarn install
yarn mesh

Live reload

yarn dev

Commands - package.json

yarn build
yarn start
yarn mesh
yarn lint

Setup environment variables - .env

# OpenAI token
OPENAI_TOKEN=changeme

# Express
PORT=8500
CORS=*

⚙️ Preview OpenAI - Graphql Playground

OpenAI - Graphql Playground