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
-
Easy setup and integration.
-
Strong type enforcement in TypeScript projects, enhancing code reliability.
-
Smooth and efficient database migrations, simplifying schema evolution.
-
Flexibility to work with various databases; in this project, we are using PostgreSQL.