Skip to content

PixeLarm12/xfly-erp

Repository files navigation

XFLY - ERP

Developed by Ruby Development

Project

This is a final paper school, made by students from Bauru, São Paulo, Brazil.

Objectives With this software, we are looking for use our knowledge of Laravel and Bootstrap, besides git flow and a real work flow.

What is this project? Xfly ERP is an ERP created based on a necessity of Xfly Bauru company. Is focused on management of drone services, financial sector and clients of the enterprise.

Setting Local Environment

  1. Clone the xfly-erp repository

git clone [email protected]:PixeLarm12/xfly-erp.git

cd xfly-erp

cp .env.example .env

  1. Configure your .env to your localhost. Follow the example below, but change to adapt with your computer

DB_CONNECTION=mysql

DB_HOST=localhost

DB_PORT=3306

DB_DATABASE=xfly

DB_USERNAME=root

DB_PASSWORD=

  1. Run the commands below to set Laravel

composer install

php artisan key:generate

php artisan storage:link

php artisan migrate

php artisan serve

  1. Check your localhost and must have running Xfly ERP in your browser

If you want to use Kool.dev to run Xfly ERP, follow the steps below

  1. Clone the xfly-erp repository

git clone [email protected]:PixeLarm12/xfly-erp.git

cd xfly-erp

cp .env.example .env

  1. Configure your .env to your localhost. Follow the example below, but change to adapt with your computer

DB_CONNECTION=mysql

DB_HOST=database

DB_PORT=3306

DB_DATABASE=xfly

DB_USERNAME=docker

DB_PASSWORD=secret

  1. Follow the link below to setup Laravel
  1. Check your localhost and must have running Xfly ERP in your browser

About

Repository from Xfly - ERP project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published