Track payments, access payment history, and ensure transparency for both landlords and tenants.
View Demo
·
Report Bug
·
Request Feature
This is a property management system designed to assist landlords in tracking and setting payments for their tenants. It allows landlords to easily manage and record tenant payments, view payment history, and generate reports. Tenants can also access the system to view all of their dues and payments in one convenient location, ensuring transparency and accuracy in the payment process. The system is built using the Laravel framework, offering robust and scalable features to manage the entire rental process efficiently.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Clone the repo
git clone https://www.github.com/AhmedSobhy01/rental-payments-management-system.git
- Install Composer packages
composer install
- Install NPM packages
npm install
- Copy .env.example and then edit .env
cp .env.example .env
- Generate app encryption key
php artisan key:generate
- Migrate and seed the database
php artisan migrate:fresh --seed
After seeding the database, you can log in using the default user:
Password | |
---|---|
test@test.com | password |
Ahmed Sobhy - contact@ahmedsobhy.net
Project Link: https://www.github.com/AhmedSobhy01/rental-payments-management-system