Inventory-Management
Inventory-Management copied to clipboard
It's an Inventory and Stock management Single Page Web Application(SPA), designed for small businesses using LARAVEL, VUE.JS Framework, API & #JWT-Auth.
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
- Image Intervention : http://image.intervention.io/
- Alert (sweetalert2) : https://sweetalert2.github.io/
- Notification (Noti) : https://ned.im/noty/#/
- etc
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