Developed a Query Generator using Tauri, Rust, Next.js. This application uses OpenAI's API to generate the queries based on the users' description and then render that on frontend
First clone the project by copying this command in your terminal:
git clone https://github.com/hadihaider055/SQL-Query-Genrator.git
Then, install the packages using:
npm install
OR
yarn
Start the project using the command:
npm run tauri dev
OR
yarn tauri dev
If you have any feedback, please reach out to me or you can create the issue.
Made with ❤️ by Hadi Haider