- 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
- Visit this -
- Image Intervention : http://image.intervention.io/
- Alert (sweetalert2) : https://sweetalert2.github.io/
- Notification (Noti) : https://ned.im/noty/#/
- etc
- 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