This my first project with laravel. It's not the best but worth sharing. The website have three type of users with different functionality.
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
- Bootstrap- CSS framework
- JQuery- Javascript framework
- Laravel - PHP framework
- MySql- Databse
I'm new on github, please correct me if I'm wrong. Thankyou!