Blog.

Realty Tracking with Prisma and NextJs

Cover Image for Realty Tracking with Prisma and NextJs
Alex Woon
Alex Woon

Realty Tracking Project

The Realty Tracking Project is designed to calculate commissions based on agents' shares of property sales, with the ability to export the results as a PDF for reference. The project utilizes Prisma as the primary backend, alongside Next.js and React for the frontend, all implemented with TypeScript for robust type checking.

Prisma Benefits

  1. Easy setup and integration.

  2. Strong type enforcement in TypeScript projects, enhancing code reliability.

  3. Smooth and efficient database migrations, simplifying schema evolution.

  4. Flexibility to work with various databases; in this project, we are using PostgreSQL.

Realty Project with Prisma and Nextjs, Click here