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.
First of all, clone the project in your computer.
https://github.com/viniciusaborba/Upload.ai.git
// 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/
- React
- TypeScript
- TailwindCSS
- Next
- OpenAI API
- prismjs
- react-code-simple-editor
- VERCEL AI SDK
Feel free to use this material to your own projects.