Interview project of Renan Alves.
Bootstrapped with create-t3-app
and using:
Create one webpage that allows a user to create / manage bookings.
I choose to use Next.js v14 because of it's powerfull set of features, like the Image component and App Router, and also because it supports the new React Server Components and React Server Actions.
Combined with Prisma.io, Reac Hook Form and Zod, make an incredible stack.
Please clone this repository and run the folloing commands:
npm install
echo 'DATABASE_URL="file:./db.sqlite"' > .env
npm run db:init
npm run build
npm run start