faizkhairi / HRM

Easy & hassle free House Rent Management Web Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RHM[Open Source University Management System]

Description

Easy & hassle free Open Source University Management System 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 :)

About

Easy & hassle free House Rent Management Web Application

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 62.5%Language:HTML 26.7%Language:PHP 10.7%Language:Vue 0.0%