Rental-App is a web application designed for property owners to efficiently track their expenses and rental income. Users can manage their tenants, add payments, and request electricity for tenants, all from a single platform.
- Expense Tracking: Keep track of all rental-related expenses.
- Income Tracking: Monitor rental income from tenants.
- Tenant Management: View and manage all tenants in one place.
- Payment Management: Add and track payments made by tenants.
- Electricity Requests: Request electricity for tenants easily.
VITE_CLERK_PUBLISHABLE_KEY
: The publishable key for Clerk authentication. (https://clerk.com/docs/quickstarts/react)VITE_DB_URL
=postgresql://your_neon_db_connection_string_here
- Clone the repository:
git clone https://github.com/TheNumbered/rental-app.git
- Navigate to the project directory:
cd rental-app
- Install dependencies:
npm install
- Start the application:
npm run dev