This is sample project for learning T3 Stack.
This project is a simple task manager app that allows the user to create, read, update, and delete tasks.
- Clone this repository
- create .env file and add 'DATABASE_URL="file:./db.sqlite"'
- Run
npx prisma db push
- Run
npm install
- Run
npm run dev
- The project uses Prisma as an ORM.
- The project uses Tailwind CSS for styling.
- The project uses tRPC for API communication.
- The project uses Next.js (w/ Page Router) for routing.
- The project does not use NextAuth.js for authentication.
- The project does not use Next.js (w/ App Router) for routing.