Skip to content

MechJosh0/vue-nuxt-ai-n8n-playground

Repository files navigation

Car-finder

A playground to test out various technologies together. View users and their related cars. Ask AI to find a user or car. Register/login to manage cars.

System design

  • Vue
  • Nuxt
  • Prisma
  • PostgreSQL
  • TanStack

Setup

Make sure to install dependencies:

npm install
npx prisma db push
npx prisma db seed

Development Server

Start the development server on http://localhost:3000:

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.

About

Playground: Vue, Nuxt, n8n AI workflow, Prisma, PostgreSQL, TanStack,

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published