HazmiHazim / inventory-management-system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

Download and setup

  • Clone the repo

    git clone https://github.com/HazmiHazim/inventory-management-system
    
  • Change directory

    cd inventory-management-system
    
  • Copy sample env file and change configuration according to your need in ".env" file and create Database

    cp .env.example .env
    
  • Install php & javascript libraries

    composer install
    npm install
    npm run dev
    
  • Setup application

    • Generate key
      php artisan key:generate
      
    • Migrate database
      php artisan migrate
      
    • Run seeder
      php artisan db:seed
      

About


Languages

Language:PHP 67.4%Language:Blade 32.0%Language:JavaScript 0.6%Language:CSS 0.0%