
The Rack - Ecommerce Website
Features
Guest
- View Product
- Register
- Add product to cart
Customer
- Login
- Add product to cart
- Checkout (No payment gateway implemented, all checkout status=PAID)
- View purchase history
Admin
- Login to admin panel
- CRUD product
- CRUD size
- Manage order
- View user
- Notes
Installation
- Clone the repository using the command "git clone [link]"
- Create database in MySql
- Configure the .env file accordingly
- 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!