Table of Contents
This project entails achieving interaction between Property Managers/Landlords and Tenants on a property management platform. It has a website, property managers portal and a residents application. It also seeks to achieve getting tenant lease renewals through good reviews of apartment complex thus expanding property value and maintaining rental income.
Having a vibrant community means having connectivity among your residents. Nothing will make people renew a lease like feeling part of a community. So how do we achieve that? What tools can we use to help us get there? How might a sense of engagement change in the future, and how can we adapt and keep up?
Can be achieved through:
- Turning mere buildings into communities. That’s done through micro-interactions and residential engagement. Isolation can be devastating
- Research and data can help with lease renewal. Studies show that if residents know at least two people within the community, they’re much more likely to renew their lease.
- Apps should integrate with other technologies. It’s important to figure out what your residents are happy about experiencing
- Clone the repo
git clone https://github.com/FrankArisah/RMS.git
-
cd into your project
-
Install Composer Dependencies
composer install
- Install NPM
npm install
- Create a copy of .env file
php artisan key:generate
-
Create an empty database for our application
-
In the .env file, add database information to allow Laravel to connect to the database
-
Migrate the database
php artisan migrate
- Seed the database
php artisan db:seed
Distributed under the MIT License. See LICENSE.txt
for more information.