Skip to content

sherwinchia/therack

Repository files navigation

banner

The Rack - Ecommerce Website

Features

Guest

  1. View Product
  2. Register
  3. Add product to cart

Customer

  1. Login
  2. Add product to cart
  3. Checkout (No payment gateway implemented, all checkout status=PAID)
  4. View purchase history

Admin

  1. Login to admin panel
  2. CRUD product
  3. CRUD size
  4. Manage order
  5. View user
  6. Notes

Installation

  1. Clone the repository using the command "git clone [link]"
  2. Create database in MySql
  3. Configure the .env file accordingly
  4. Run command
$composer install
$php artisan migrate
$php artisan db:seed
$php artisan serve
$php artisan storage:link

Built With

  • Bootstrap- CSS framework
  • JQuery- Javascript framework
  • Laravel - PHP framework
  • MySql- Databse

Demo

https://www.youtube.com/watch?v=9WpcCnBOa8Q

Note

If you find this repository useful, don't forget to star the repository. Credit not required but much appreciated!

Token of appreciation

Saweria or Paypal

About

Laravel 7 e-commerce website

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published