Skip to content

AskSQL is a tool where you input your SQL schema and make a specific query request, and then the AI responds with an SQL query based on the provided schema.

Notifications You must be signed in to change notification settings

viniciusaborba/AskSQL

Repository files navigation

AskSQL

AskSQL is a tool where you input your SQL schema and make a specific query request, and then the AI responds with an SQL query based on the provided schema.

⭐ Preview

Captura de tela 2023-10-04 190432

🚀 How can I set up AskSQL?

First of all, clone the project in your computer.

  https://github.com/viniciusaborba/Upload.ai.git

💫 Running AskSQL

  // Install necessary dependencies
  $ npm install

  // Create .env.local file on root and fill it base on .env.local.example

  //Run the server
  $ npm run dev

  // The terminal will show you the write url to acess the server, otherwise you can acess
  // http://localhost:3000/

🚀 Technologies

  • React
  • TypeScript
  • TailwindCSS
  • Next
  • OpenAI API
  • prismjs
  • react-code-simple-editor
  • VERCEL AI SDK

💻 Copywright

Feel free to use this material to your own projects.

About

AskSQL is a tool where you input your SQL schema and make a specific query request, and then the AI responds with an SQL query based on the provided schema.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published