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
- 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
- Bootstrap- CSS framework
- JQuery- Javascript framework
- Laravel - PHP framework
- MySql- Databse
https://www.youtube.com/watch?v=9WpcCnBOa8Q
If you find this repository useful, don't forget to star the repository. Credit not required but much appreciated!