Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mranidev authored Aug 12, 2024
1 parent 9ef3756 commit 8ceb9d3
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions README.md
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
```

0 comments on commit 8ceb9d3

Please sign in to comment.