https://github.com/salithaucsc/advanced_web_project
E commerce web project to sell mobile phones
https://github.com/salithaucsc/advanced_web_project
ajax bootstrap jquery jquery-plugin laravel-5-package laravel5 mdbootstrap php
Last synced: 3 months ago
JSON representation
E commerce web project to sell mobile phones
- Host: GitHub
- URL: https://github.com/salithaucsc/advanced_web_project
- Owner: SalithaUCSC
- Created: 2018-03-20T01:30:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-04T10:08:45.000Z (over 7 years ago)
- Last Synced: 2025-01-28T05:43:59.890Z (about 1 year ago)
- Topics: ajax, bootstrap, jquery, jquery-plugin, laravel-5-package, laravel5, mdbootstrap, php
- Language: CSS
- Homepage:
- Size: 26.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advanced Web Project
## User functionalities
1. Register and Login to the site
2. Reset Password through emails
3. Google Sign in
4. User image resize and upload
5. Front end validations
6. View details of mobile phones + image slider gallery
7. Like phones
8. Review phones with comments
9. Reply to comments
10. Search mobile phones real time
11. Search phones real time accoring to brand and price range
12. Download phone list as a PDF or Excel file
13. Add phones to cart(add + update + remove)
14. Add phones to wishlist(add + remove + move to cart)
25. Make a cash on delivery order
16. Receive order confirmation mail
17. See and update profile and order details
18. Make a paypal order(not fully)
### Instructions:
1. Download or clone and extract the project.
2. Place the folder in htdocs or www folder.
3. Go to PhpMyadmin and create a new database called **laravel_test**.
4. Select the database and import SQL file named as **laravel_test**, included in the project folder.
5. Rename **.env-example** file as **.env**.
6. Open cmd and navigate into the folder using cd command.
7. Type **composer install** to install dependencies.
8. Type **php artisan serve** in cmd.
9. Open web browser and type **locahost:8000** to run the project.