Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 663 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 663 Bytes

Getting Started

  1. Clone the application.
  2. Create an .env file and add your API key from OpenAI
OPEN_API_KEY="YOUR_KEY_HERE"
  1. Install the required dependencies.
  2. Run the application.

Open http://localhost:3000/api/json in your Postman.

Enter this as your sample JSON format.

{
    "data": "Reika is a 30 year old Software Developer",
    "format": {
        "name": {
            "type": "string"
        }
    }
}

In Progress

  • Fix open-ai api-key error code: 429
  • Add design functionality
  • Add unit test
  • Add E2E test