Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.
/ HRM Public archive

Easy & hassle free House Rent Management Web Application

License

Notifications You must be signed in to change notification settings

hrshadhin/HRM

Repository files navigation

HRM[House Rent Management]

Description

Easy & hassle free 'House Rent Management' web application.

Installation and use

HRM is build using Laravel 5.3

$ git clone https://github.com/hrshadhin/HRM.git
$ cd HRM
$ mv .env.example .env

Change configuration in .env according your need and create Database

$ composer install
$ php artisan migrate
$ php artisan db:seed
$ php artisan storage:link

Give write permission to storage and bootstrap/cache directory

$ php artisan serve

http://localhost:8000
USER: admin@hrm.com
PASS: demo123

Demo Live Link

URL: http://hrm.hrshadhin.me
USER: admin@hrm.com
PASS: demo123

Screenshot

License

HRM is open-sourced software licensed under the AGPL-3.0 license. Frameworks and libraries has it own licensed

Enjoy :)