Latest Posts
00 How to push new project to github
After updating your `schema.prisma` file, you need to apply the changes to your **PostgreSQL** database. Follow these steps to properly update your schema:
How to update Next.js prisma app after doing database changes.
This guide will walk you through setting up Prisma with Next.js and using PostgreSQL as the database. You will define your database schema in `schema.prisma` and migrate it to PostgreSQL.
This guide will walk you through the steps of configuring Prisma to connect to an **existing** PostgreSQL database in a Next.js project.
Next.js is a popular React framework for building web applications. It offers features like server-side rendering, static site generation, and API routes, making it a great choice for modern web development. In this guide, we'll walk through the steps to get started with Next.js.