https://github.com/ahmedsobhy01/rental-payments-management-system
This project is designed to help landlords manage their apartments and tenants and enables tenants to view all their dues and paperwork
https://github.com/ahmedsobhy01/rental-payments-management-system
laravel tailwindcss tenant-management vuejs
Last synced: 6 months ago
JSON representation
This project is designed to help landlords manage their apartments and tenants and enables tenants to view all their dues and paperwork
- Host: GitHub
- URL: https://github.com/ahmedsobhy01/rental-payments-management-system
- Owner: AhmedSobhy01
- Created: 2022-08-31T09:19:56.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-27T09:38:45.000Z (over 1 year ago)
- Last Synced: 2025-05-07T09:12:06.677Z (6 months ago)
- Topics: laravel, tailwindcss, tenant-management, vuejs
- Language: PHP
- Homepage: https://rpms.ahmedsobhy.net
- Size: 3.3 MB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Forks][forks-shield]][forks-url]
[![Issues][issues-shield]][issues-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
Rental Payment Management System
Track payments, access payment history, and ensure transparency for both landlords and tenants.
View Demo
·
Report Bug
·
Request Feature
## About The Project
[![Product Name Screen Shot][product-screenshot]](https://rpms.ahmedsobhy.net)
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.
### Built With
- [![Laravel][laravel.com]][laravel-url]
- [![Vue][vue.js]][vue-url]
- [![tailwind][tailwind.com]][tailwind-url]
### Installation
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
1. Clone the repo
```sh
git clone https://www.github.com/AhmedSobhy01/rental-payments-management-system.git
```
2. Install Composer packages
```sh
composer install
```
3. Install NPM packages
```sh
npm install
```
4. Copy .env.example and then edit .env
```sh
cp .env.example .env
```
5. Generate app encryption key
```sh
php artisan key:generate
```
6. Migrate and seed the database
```sh
php artisan migrate:fresh --seed
```
## Usage
After seeding the database, you can log in using the default user:
| **Email** | **Password** |
| --- | --- |
| test@test.com | password |
## Contact
Ahmed Sobhy - contact@ahmedsobhy.net
Project Link: [https://www.github.com/AhmedSobhy01/rental-payments-management-system](https://www.github.com/AhmedSobhy01/rental-payments-management-system)
[forks-shield]: https://img.shields.io/github/forks/AhmedSobhy01/rental-payments-management-system.svg?style=for-the-badge
[forks-url]: https://github.com/AhmedSobhy01/rental-payments-management-system/network/members
[stars-shield]: https://img.shields.io/github/stars/AhmedSobhy01/rental-payments-management-system.svg?style=for-the-badge
[stars-url]: https://www.github.com/AhmedSobhy01/rental-payments-management-system/stargazers
[issues-shield]: https://img.shields.io/github/issues/AhmedSobhy01/rental-payments-management-system.svg?style=for-the-badge
[issues-url]: https://www.github.com/AhmedSobhy01/rental-payments-management-system/issues
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/ahmed-sobhy-dev
[product-screenshot]: https://ahmedsobhy.net/storage/d7d6f05fae3994cf443eb0037d434875/home.jpg
[vue.js]: https://img.shields.io/badge/Vue.js-35495E?style=for-the-badge&logo=vuedotjs&logoColor=4FC08D
[vue-url]: https://vuejs.org/
[laravel.com]: https://img.shields.io/badge/Laravel-FF2D20?style=for-the-badge&logo=laravel&logoColor=white
[laravel-url]: https://laravel.com
[tailwind.com]: https://img.shields.io/badge/TailwindCSS-36B7F0?style=for-the-badge&logo=tailwindcss&logoColor=white
[tailwind-url]: https://tailwindcss.com