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 seedStart the development server on http://localhost:3000:
npm run devBuild the application for production:
npm run buildLocally preview production build:
npm run previewCheck out the deployment documentation for more information.