Thanks to visit codestin.com
Credit goes to github.com

Skip to content

99Arrzel/ERPNPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ERPNPC

An ERP (Enterprise Resource Planning) system built as a university course project at Universidad de Investigacion y Desarrollo (UDI) for the Senseve ERP course.

Tech Stack

  • Backend: Laravel (PHP 8+)
  • Frontend: Vue.js
  • Routing/Bridge: Inertia.js
  • Database: MySQL
  • Styling: SCSS / CSS
  • Templating: Blade

Features

  • Full-stack ERP application with integrated backend and frontend via Inertia.js
  • ERP modules covering core business processes (inventory, transactions, reporting, and more)
  • Single-page application experience without the complexity of a standalone API
  • Role-based access and structured data management

Prerequisites

  • PHP 8.0 or higher
  • Composer
  • Node.js (16+) and npm
  • MySQL 5.7+ or MariaDB
  • Git

Quick Start

# Clone the repository
git clone https://github.com/99Arrzel/ERPNPC.git
cd ERPNPC

# Install PHP dependencies
composer install

# Install JavaScript dependencies
npm install

# Configure environment
cp .env.example .env
php artisan key:generate

# Update .env with your database credentials
# DB_DATABASE=erpnpc
# DB_USERNAME=root
# DB_PASSWORD=yourpassword

# Run migrations
php artisan migrate

# Build frontend assets
npm run dev

# Start the development server
php artisan serve

The application will be available at http://localhost:8000.

Project Context

This project was developed as part of a university ERP course. It is intended for educational purposes and demonstrates the integration of Laravel with Vue.js through Inertia.js to build a modern, full-stack ERP application.

License

This project is open-sourced under the MIT License.

About

ERP system built with Laravel, Vue, and Inertia.js

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors