Interview project of Renan Alves.
Bootstrapped with create-t3-app
and using:
My main goal here was to complete all the project requirements usins just Next.js 14, React Server Components and React Server Actions. Avoiding other libraries for data fetching like Tanstack Query and tRPC.
It's a very new way of doing things, and people are still skeptical or confused about it. I recommend watch this video of Theo, creator of T3 Stack, as a proof that this is a good way to build.
https://www.youtube.com/watch?v=Angv_WIAOG8
Please clone this repository and run the folloing commands:
pnpm i
echo 'DATABASE_URL="file:./db.sqlite"' > .env
pnpm db:init
pnpm build
pnpm start