MCS(Multi-Purpose Cooperative Society) Management System is an e-finance website which provides financial services through over the Internet, or any network, public or private. Features:
- Dynamic user role management
- Financial contribution management. a) Regular Deposit, b) Deposit on Project
- Project Management
- Bank account management
- Mailing system
- System Backup
- Reports
How to run:
- Open command prompt or git:Bash from the directory you want to setup this project.
- Run Command: git clone https://github.com/kzshoibal/MCS-Management-System.git
- Run Command: cd MCS-Management-System
- Run Command: Composer install
- Run Command: cp .env.example .env
- Run Command: php artisan key:generate
- (Optional) Open .env change the DB_DATABASE to any other database name
- Create a database(name: Laravel or given_database_name) in the mysql server or Run command at mysql directory: mysql>create database database_name
- Run command: php artisan storage:link
- Run Command: php artisan migrate --seed
- from Command prompt, Run Command: php artisan serve
- Use Valet for Mac/Windows If the image files dont show on the website.