Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 725 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 725 Bytes

Overview

This is an SQL generator using AI.

Stack: React, Tailwind, Next.js and Typescript.

My Skills

Screen.Recording.2023-09-10.at.19.44.37.mov

Getting Started

  1. Create a .env.local file in the root of your project and add your Open AI key under OPENAI_API_KEY.

    OPENAI_API_KEY="<your open ai key>"
  2. Run the development server:

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
  3. Open http://localhost:3000 with your browser to see the result.