Skip to content

Commit

Permalink
Add DETAIL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iambasanta committed Jun 10, 2023
1 parent a2bbc5e commit efc8702
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
30 changes: 30 additions & 0 deletions DETAIL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Single Vendor E-Commerce Project

This project is a single vendor e-commerce web application developed as part of an academic project. It aims to create a platform for a single vendor to sell products online. The project utilizes the Laravel framework and incorporates essential features required for an e-commerce website.

## Features

- User Registration and Authentication
- Updae user's personal information
- Product catalog with search
- Detailed product information
- Shopping cart and checkout
- Payment integration with stripe
- Admin dashboard for category, product, order and user management
- Responsive design for multi-device support

## Future Recommendations

- [ ] Implement authentication (with OAuth) via Facebook, Google, Twitter etc.
- [ ] Allow users to upload profile pictures
- [ ] Allow users change their password and delete account
- [ ] Add multiple images of product (max: 4)
- [ ] Add product colors and sizes
- [ ] Implement product filtering
- [ ] Introduce wishlists for users to save their favorite items
- [ ] Implement user reviews and ratings for products
- [ ] Enable discount coupons and promotional offers
- [ ] Add order Management and Tracking
- [ ] Add social sharing options to facilitate product sharing on social media platforms
- [ ] Implement payment via e-sewa or khalti or any other payment method
- [ ] Send order confirmation email
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,7 @@ Now you can visit:
- http://localhost:8000/admin (admin)

on your web-broswer to access the website.

---

To provide more information about the project's features and future recommendations, a dedicated DETAIL.md file has been created. You can find detailed information about the project by referring to the DETAIL.md file.

0 comments on commit efc8702

Please sign in to comment.