Dashboard

Welcome to PropVault!

Let's get your property management system set up.

Database Setup Required
PostgreSQL database connection is not available

To use PropVault, you need to set up a PostgreSQL database. Follow these steps:

  1. Set up PostgreSQL - Use a cloud provider (Neon, Supabase, Railway) or install locally
  2. Update .env file - Set your DATABASE_URL with your connection string
  3. Push the schema - Run npx prisma db push
  4. Restart the server - Run npm run dev

Example DATABASE_URL: postgresql://user:password@host:5432/propvault

Quick Actions
Add PropertyAdd TenantRecord PaymentAdd Expense

Actions will be enabled once the database is connected.