Our project aims to revolutionize the way SQL code is generated and executed by leveraging the power of Artificial Intelligence (AI). Traditional SQL query writing can be time-consuming and error-prone, often requiring a deep understanding of database schemas and syntax. Our solution automates this process by employing advanced AI algorithms to generate efficient and accurate SQL code tailored to specific database structures and user requirements.
This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
- React JS
- Typescript
- Tailwind CSS
- Next Js
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.
- Demo ENV template, replace with your own credentials
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=YOUR_CLERK_PUBLISHABLE_KEY
CLERK_SECRET_KEY=YOUR_CLERK_SECRET_KEY
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=YOUR_PUBLIC_CLERK_AFTER_SIGN_IN_URL
PUBLIC_CLERK_AFTER_SIGN_IN_URL=YOUR_PUBLIC_CLERK_AFTER_SIGN_IN_URL
NEXT_PUBLIC_CLERK_AFTER_SIGN_OUT_URL=YOUR_HOME_URL
- Clone the repo
git clone https://github.com/your_username/hacknuthon5.0.git
- Install NPM packages
npm install