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.
- Vue
- Nuxt
- Prisma
- PostgreSQL
- TanStack
Make sure to install dependencies:
npm install
npx prisma db push
npx prisma db seed
Start the development server on http://localhost:3000
:
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Check out the deployment documentation for more information.