Giter Site home page Giter Site logo

let-us-cook's Introduction

Let Us Cook

The kickass template for building full stack AI apps with Next.js.

next-gen-image

Project setup

Step 1

Clone the repository:

git clone https://github.com/terrytjw/next-gen-template.git

Step 2

Install dependencies:

bun i

Step 3

Populate env variables in .env.local file. See .env.example for reference.

cp .env.example .env.local

Step 4

Set up your own Supabase postgresDB at https://supabase.com/dashboard/projects

Run the following command to push the schema to the database:

bun update-db

Schema file can be found in /lib/db/schema.ts directory.

Step 5

Run the development server:

bun dev

Open http://localhost:3000 with your browser to see the result.

Step 6

Run the following command to view the tables:

bun studio

Tech stack

  1. Next.js (TypeScript) - Fullstack React framework
  2. Tailwind CSS (shadcn/ui) - Styling library
  3. React Query - Data fetching & Async state management
  4. Supabase Auth - Managed Authentication
  5. DrizzleORM - ORM
  6. Supabase PostgresDB - Database
  7. Vercel AI SDK
  8. LangChain TS

let-us-cook's People

Contributors

terrytjw avatar

Stargazers

Mike Zhang avatar  avatar

Watchers

 avatar

Forkers

visioninhope

let-us-cook's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.