-
Notifications
You must be signed in to change notification settings - Fork 2
Meeting Agenda
Syed Salman Reza edited this page Jan 4, 2022
·
13 revisions
Date: 20/11/2021 Attendances: Sadia Tahsin(ST) Seaum Ibn Zaman(SIZ) Syed Salman Reza(SSR) Sun Debnath (SD) Start Time: 10:00 PM End Time: 11:00 PM
Name | Task |
---|---|
Sadia Tahsin | 1. Add Product 2. Edit 3. Delete |
Seaum Zaman | 1. Home Page 2. About Page 3. Products Details |
Sun Debnath | 1. Add to cart 2. Checkout 3. Cart item update |
Syed Salman Reza | 1. Admin Login 2. Dashboard 3. Add Category 4. View Order 5. Order Confirm |
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
- Discussion about Blade Template.
- Decisions about implementation of Homepage.
- Modify Index files
- Trello Board Updated
Date: 4/1/2021 Attendances: Seaum Ibn Zaman(SIZ) Syed Salman Reza(SSR) Sadia Tahasin(ST) Sun Debnath(SD) Start Time: 10:30 PM End Time: 11:30 PM
- Discussion About Unit Testing.
- Discussion about Project Presentation.
- Talked about the Overall Project.
- Slack/Trell Board Updated.