Skip to content

bouncydragon/json-2-api-conversion

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published