- Clone the application.
- Create an
.env
file and add yourAPI
key from OpenAI
OPEN_API_KEY="YOUR_KEY_HERE"
- Install the required dependencies.
- 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"
}
}
}
- Fix open-ai api-key
error code: 429
- Add design functionality
- Add unit test
- Add E2E test