Skip to content

taraqr9/bigshop

Repository files navigation

BigShop

This is a sample application that demonstrates an E-commerce website using Laravel Framework. The application loads products into a MySQL database and displays them. Users can select to display products in a single category. Users can click on any product to get more information including pricing, reviews, and rating. Users can select items and add them to their shopping cart

Import Data

Then give the command into the command line ->

php artisan db:seed

scrnli_04_08_2021_03-07-36 Screenshot (689) scrnli_04_08_2021_03-08-10 scrnli_04_08_2021_03-10-13 scrnli_04_08_2021_03-10-13

Getting Started

To get started you can simply clone this bigdata repository.

Clone the bigdata repository using git:

clone https://github.com/taraqr9/bigshop.git
cd bigshop

After the clone project first give a command on the console ->

composer update 

Then give the command ->

php artisan migrate
php artisan db:seed

Tech Stack

  • Laravel
  • MySQL
  • HTML
  • CSS
  • Bootstrap

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published