Skip to content

Modern Laravel-based inventory management system for stock tracking, requisitions, distribution, and reporting.

Notifications You must be signed in to change notification settings

alaminwebdev/invexa-inventory-system

Repository files navigation

Invexa - Advanced Inventory Management System

Table of Contents

Installation

1. Clone the repository

git clone https://github.com/alaminwebdev/invexa-inventory-system.git
cd invexa-inventory-system

2. Environment Setup

# Copy environment file
cp .env.example .env

# Update database configuration in .env
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=invexa
DB_USERNAME=root
DB_PASSWORD=

3. Generate Application Key

php artisan key:generate

4. Install Dependencies

# PHP dependencies
composer install

# Node.js dependencies
npm install

5. Database Setup

# Run migrations
php artisan migrate

# Seed the database
php artisan db:seed

6. Start Development Server

# Start Laravel development server
php artisan serve

# Start Vite for assets (in a new terminal)
npm run dev

User Credentials

email - admin@example.com
password - 123456

Login

Login

About

Modern Laravel-based inventory management system for stock tracking, requisitions, distribution, and reporting.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published