fssa-batch3 / fssa-batch3/sec_b_boobalan.ravichandran__corejava_project_2

List All 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

### Feature : List All Product
>Retrieve and show all products stored from the database.
#### Pre-requisites:
- [ ] Product table
- [ ] Product model
- [ ] Product DAO( find All)
- [ ] Product service ( find All )

#### Flow:
```mermaid
graph TD;
A(Get all products from Database in ProductDAO) --> B(Retrieve all products from ProductDAO in ProductService)
B --> C(Return the list of all products to Product)
```

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.