Skip to content

FrankArisah/RMS

Repository files navigation

Contributors MIT License LinkedIn


Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

LANDING PAGE

landing page

DASHBOARD PAGE

screenshot1

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

(back to top)

Built With

(back to top)

Set up project

  1. Clone the repo
git clone https://github.com/FrankArisah/RMS.git
  1. cd into your project

  2. Install Composer Dependencies

  composer install
  1. Install NPM
  npm install
  1. Create a copy of .env file
 php artisan key:generate
  1. Create an empty database for our application

  2. In the .env file, add database information to allow Laravel to connect to the database

  3. Migrate the database

  php artisan migrate
  1. Seed the database
  php artisan db:seed

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)