SQL Request Tool that allows users to ask for a SQL request in plain English. Created with TypeScript, Node.js, and OpenAI
To setup,
- Clone repository
- Navigate to root directory
- run
npm installin the project terminal - Create and copy a secret API key at https://openai.com/
- In the root directory, create a .env file with
API_KEY = {YOUR_API_KEY} - run
npm run start:frontend - run
npm run start:backend - Navigate to web app at http://localhost:3000/
To use
- Enter a prompt and click the Query button