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:
- Set up PostgreSQL - Use a cloud provider (Neon, Supabase, Railway) or install locally
- Update .env file - Set your DATABASE_URL with your connection string
- Push the schema - Run
npx prisma db push - 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.