Property Room database setup needed
The app is now a Next.js and Prisma production foundation. Start the local Postgres service, migrate, seed, then reload the operator dashboard.
The Property Room app is running, but local Postgres is not reachable at 127.0.0.1:55432. Start Docker Desktop, run npm run db:setup, then reload http://127.0.0.1:3008/.
cp .env.example .envnpm installnpm run db:setupnpm run dev:3008open http://127.0.0.1:3008/