Skip to content

andiii24/My-ERP

Repository files navigation

About Onrica SmartWork

Onrica SmartWork is a multi-tenant ERP solution.

With its number of modules & features, Onrica SmartWork allows businesses to achieve a high level of synchronization among departments and units of a business.

Characteristics:
  • Monolithic Architecture
  • Full Multi-tenant Architecture (i.e. single database and single app instance)
  • PWA App

Frameworks & Tools Used

At its core Onrica SmartWork uses Laravel as a fullstack framework.

Frontend Tools Backend Tools Other Tools
Bulma Laravel Laravel Pint
Font Awesome Icons Livewire
jQuery Laravel DomPDF
AlpineJS Doctrine Dbal
Axios Spatie - Laravel Permission
jQuery DataTables Yajra - Laravel DataTables
Summernote Editor Laravel Debugbar
Select2 Dropdown LaraBug
Sweetalert Flysystem Google Drive
Pace.js Spatie - Laravel Backup
Workbox laravel-cascade-soft-deletes
Maatwebsite - Laravel Excel
Larave Notifications Channel - Web Push

Branches

  • main
    • This is the branch that runs on the production server
    • Should not be forked
    • Do not submit PR to this branch
  • dev
    • Always use this branch for development and making changes
    • Could be forked
    • Always submit PRs to this branch

Requirements

Installation

git clone https://github.com/onrica/smartwork.git
cd smartwork
composer install
cp .env.example .env
php artisan key:generate

Go to the root folder (i.e. smartwork), find .env file and set the values of the following: DB_DATABASE, DB_USERNAME, and DB_PASSWORD.

php artisan migrate --seed
php artisan serve

Login Credentials

Email Password
[email protected] password

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published