Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.13 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.13 KB

SQL Query Generator

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

Installation

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

sql-query-genrator sql-query-genrator-generating sql-query-genrator-result

Feedback

If you have any feedback, please reach out to me or you can create the issue.

Made with ❤️ by Hadi Haider