fssa-batch3 / fssa-batch3/sec_b_meena.subramanian__corejava_project_2

ListAll Product

Open
#7 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

#### User Story:

> List all Products stored in the database.

#### Pre-requisites:
- [ ] complete feature 1- create Product
- [ ] Category model
- [ ] Category DAO(findAll,findById)
- [ ] Category service(findAll,findById)
- [ ] Product table
- [ ] Product model
- [ ] Product DAO(list all products)
- [ ] Product service ( list all products)

#### Flow:
```mermaid

graph TD;

A(ProductService- listAll) --> B(ChategoryDAO - listAll) --> C(Product Serviece : List of Products)
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.