
A task management app demonstrating containerized Next.js deployment with Docker, Prisma, and PostgreSQL.
A learning project showcasing containerized Next.js deployment with Docker and Docker Compose, integrated with PostgreSQL via Prisma ORM.
Demonstrates three progressive tasks: running Next.js in Docker with hot-reload, integrating PostgreSQL with Prisma, and deploying to Vercel.
Features a simple task management system using Next.js Server Components and Server Actions for form handling and database operations.