Online store management system at laravel 5.7. Project in developing.
[WARN] All the frontend part of the project is translated into Russian!
- Laravel 5.7.28
- Clean Bootstrap 4.3.1
- jQuery 3.4.1 (lol)
- Ajax
- Admin LTE Theme (only for admin pages)
Functionality
- Admin: Create categories, product, product description (props), add images to product, add product brands, create/show orders
- User: List products, categories, cookie cart (no login/register), order, filter
Screenshots Screenshots
- composer install
- php artisan migrate
- chmod -R 777 storage (WARNING
⚠️ ⚠️ ⚠️ ONLY FOR TESTING!!!) - php artisan key:generate
- npm install
- Register & Login admin panel (/register)
- Login database editor, set "role" your account (user -> admin)
- Create Category
- Create Brand
- Create Product Type
- Create Properties for created Product Type
- Create new product!