fruxc / Society

Society Management System for Raunak Society with Admin Panel and User Panel and have basic functionalities of creating members, maintenance and changing staff members.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Society Application

Laravel MySQL

This is my first semester project Society Management System using laravel framework. It has basic functionalities like Maintenance CRUD and Staff Member CRUD and it also has different authentication like Admin Dashboard and Member Dashboard. Use it as you want. Pull it make changes as you want would love to see that. It also generates PDF file of maintenance.

Patch One

Kindly just follow the below steps to run on your local machine

Pull repository

Dependencies

  • PHP version >= v7.3
  • Composer >= v1.10.13
  • Xampp Server >= v3.2.0

Open terminal

composer install

Make changes to your env file

Such as your DB_DATABASE, DB_USERNAME and DB_PASSWORD

Generate your application key using following command:

php artisan key:generate

Start your XAMPP server

Come back to the terminal and paste the following command

php artisan migrate:fresh --seed

Run on your machine

php artisan serve

It's running on your local machine, just click the link below

https://127.0.0.1:8000

Note: Complaint feature is not completed yet.

About

Society Management System for Raunak Society with Admin Panel and User Panel and have basic functionalities of creating members, maintenance and changing staff members.


Languages

Language:PHP 55.3%Language:Blade 43.9%Language:Shell 0.6%Language:Vue 0.2%