Back-end Lab - Next.js, Prisma 7 & Supabase Integration
This project is an exploration space dedicated to back-end development. It relies on a modern Full-Stack architecture that natively connects a Next.js user interface to different storage environments.
The application leverages Server Actions to link the interface to server requests, ensuring secure execution and high performance (real-time cache revalidation via revalidatePath) combined with the power of Prisma v7.


For production, the Supabase platform ensures secure end-to-end communication between the Next.js server and the cloud. Queries are optimized for PostgreSQL, and environment variables are strictly protected.

In parallel, I integrated a lighter and more portable solution based on a local file system via SQLite for the development environment.
Loading...