This project was developed from a class by @rocketseat for academic purposes 🔥
ℹ️ The goal of this project is that from the database structure you can generate queries, in such a way that the AI generates them from descriptions (for example, a more novice user wanting to view something in the database).
⚠ Need to put your API_KEY in the .env, if you don't have one, click here to get it
- NextJS
- OpenIA
- VERCEL IA | NEXTJS
- Other dependencies available in the "package.json" file
These instructions will allow you to get a working copy of the project on your local machine for development and testing purposes.
git clone https://github.com/joaopelisson/NextJS_AskSQL.git
After cloning run the command:
npm install
To start the development server:
npm run dev