Context: Create Basket and BasketProduct entities and their repositories.
User Story:
As a user
I want to have my Basket and BasketProduct entities and their repositories created in the back-end
So that I can use the information from there
Acceptance Criteria:
The Basket and the BasketProduct classes will have:
Context: Create Basket and BasketProduct entities and their repositories.
User Story: As a user I want to have my Basket and BasketProduct entities and their repositories created in the back-end So that I can use the information from there
Acceptance Criteria:
The Basket and the BasketProduct classes will have:
BasketProduct class:
price
Basket class: