-
Notifications
You must be signed in to change notification settings - Fork 2
Meeting Agenda
Syed Salman Reza edited this page Dec 25, 2021
·
13 revisions
@Sadia Tahasin
- Add Product
- Edit/Delete
- Price/Price Update
12:38
@seaum.zaman
- Home Page
- About Page/ Con.
- Products Details
12:39
@sun.debnath
- Add to cart
- Checkout
- Cart item update
12:40
@Syed Salman Reza
- Admin Login
- Dashboard
- Product View
- Products
- View Order
- Order Confirm
- Email send to customer
Date: 25/11/2021 Attendances: Sadia Tahsin(ST) Seaum Ibn Zaman(SIZ) Syed Salman Reza(SSR) Sun Debnath (SD) Start Time: 9:00 PM End Time: 11:00 PM
Talked About Several Software, How they react to our project. How to install. What we'll do is within a week.
Software:
- Xampp: https://www.apachefriends.org/index.html
- Node Js: https://nodejs.org/en/
- Composer: https://getcomposer.org/
- Laravel: In cmd -----------> composer global require laravel/installer
- IDE: Sublime Text Laravel Project Create:
- Create project:----------------> laravel new digital_product_e-commerce
- Start laravel server:----------> php artisan serve
- Database Create: Start Xampp && Create a new database [dbName=ecommerce]
- Open Project in IDE: VS Code or Sublime Text
- Assigning database: Open file name .env && Change database na
DB_DATABASE=[dbName] && Save - For Login/Reg Via Jetstream: --> composer require laravel/jetstream
- Install Livewire: -------------> php artisan jetstream:install livewire //After running commands table will be auto created for our database
- Install npm:-------------------> npm install && ---------------> npm run dev
- Migrate into Database: -------> php artisan migrate
- Start laravel server: --------> php artisan serve
Date: 25/12/2021 Attendances: Seaum Ibn Zaman(SIZ) Syed Salman Reza(SSR) Start Time: 9:00 PM End Time: 11:00 PM
- Blade Template.
- Created Index
- Decisions about implementation.
- Trello Board Updated