A university project aimed at simulating a digital platform for real estate transactions.

1 Open Issue Need Help Last updated: Jun 23, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Migrate the existing real estate agency application's database interaction from raw SQL queries to the Prisma ORM. This involves integrating Prisma, defining the schema in `schema.prisma`, generating the Prisma Client, and replacing all existing SQL queries with their Prisma equivalents.

Complexity: 4/5
enhancement good first issue

A university project aimed at simulating a digital platform for real estate transactions.

JavaScript