Generate SQL queries with natural language.
It uses openAI's chatGPT api
Generate an api key and rename .env.production file to .env
#Run Locally
-
Clone the repo
git clone https://github.com/SpruceVedant/natural_language-to-SQL -
Install necessary packages
npm install -
Run the application
npm run dev