Skip to content

lucassusanto/lfi-pm

Repository files navigation

LFI - Preventive Management

Image of LFI-PM

Based on CalemEAM Asset Preventive Management. This project uses Laravel framework

REQUIREMENTS

INSTALLATION

  1. Clone this repository or download as zip
git clone https://github.com/lucassusanto/lfi-pm.git
  1. Import database in path below to postgresql using pgAdmin
lfi-pm/database/postgresql_backup/pgadmin_lfi_tables_dataset.sql
  1. Change directory to the repo
cd lfi-pm
  1. Create new .env file
copy .env.example .env
  1. Open and change .env file to
DB_CONNECTION=pgsql
DB_HOST=127.0.0.1
DB_PORT=5432
DB_DATABASE=<your_database_name>
DB_USERNAME=<username> (default: postgres)
DB_PASSWORD=<password>
  1. Update the dependencies
composer update
  1. Generate application key
php artisan key:generate
  1. Start Laravel web server (command below) and then access http://127.0.0.1:8000 OR access 'public' folder if you are using Apache XAMPP (e.g. http://localhost/pweb/lfi-pm/public)
php artisan serve

How to Login

Login Screenshot

To login, click the 'Sign In' button leaving Email and Password field empty

Non-Default Folders

  • database/postgresql_backup contains backed up postgres DDL and DML. They can be imported through pgAdmin or psql

  • resources/views/template contains first front end template design

About

CalemEAM Asset Module using Laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages