Skip to content

Shahed-Chy-Suzan/Inventory-Management

Repository files navigation

Inventory(POS) using Vue + Laravel

Features

  • JWT Auth
  • RESTful API
  • Single Page Application(SPA)
  • POS
  • Category
  • Employee
  • Supplier
  • Products setup
  • Image upload
  • Customer
  • Salary
  • Expense
  • Cart
  • Order
  • Order details
  • Sell
  • Income
  • Due
  • Report
  • Errors validation
  • Stock management
  • Search
  • Settings

Database Schema

  • Visit this -

Packages

After clone or download this project, please follow the instructions

  • Clone the repository with angit clone https://github.com/Shahed-Chy-Suzan/Inventory.git
  • Run cd Inventory
  • Copy .env.example file to .env and edit Database credentials there
  • Run composer install
  • Run php artisan key:generate
  • Run php artisan migrate
  • Run npm install
  • Run php artisan serve