This is a Laravel-based eCommerce application that provides a robust platform for managing and selling products online. The project includes features for product management, user authentication, and order processing.
- User Authentication: Register, login, and manage user accounts.
- Product Management: Add, edit, and delete products.
- Shopping Cart: Add products to the cart and proceed to checkout.
- Order Processing: Manage orders and view order history.
- Search Functionality: Search for products using various criteria.
- Admin Dashboard: Manage users, products, and orders from an admin panel
- PHP 8.1 or higher
- Composer
- MySQL or another database system
git clone https://github.com/mranidev/eCommerce
cd eCommerce
composer install
replace with your database in .env
php artisan migrate
- Admin Management
- Categories
- RESTful api search