This is a demo of stock management system.
- Stock Adding
- Stock Manage
- Supplier Management
- Category Manage
- Low stock alert
- Upcoming expiration alert
- Telegram alerts
- Product input and output charts
Copy .env.example to .env and setup your Database information.
# Composer install
composer install
# Laravel init
php artisan key:generate
php artisan migrate
php artisan db:seed
# serve at localhost:8000
php artisan serve