-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,33 @@ | ||
# Laravel Ecommerce Project | ||
![Laravel Ecommerce](https://github.com/mranidev/eCommerce/raw/main/screenshot.png?raw=true) | ||
|
||
## Overview | ||
|
||
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. | ||
|
||
# TODO | ||
## Features | ||
|
||
- Admin Dashboard | ||
- **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 | ||
|
||
|
||
|
||
### Prerequisites | ||
|
||
- PHP 8.0 or higher | ||
- Composer | ||
- MySQL or another database system | ||
|
||
## Installation | ||
|
||
```bash | ||
git clone https://github.com/mranidev/eCommerce | ||
cd eCommerce | ||
composer install | ||
replace with your database in .env | ||
php artisan migrate | ||
``` |