26 lines
305 B
Markdown
26 lines
305 B
Markdown
---
|
|
tags: [requirements]
|
|
---
|
|
|
|
# REQ0141-DemoReactAddToCart
|
|
|
|
## Description
|
|
|
|

|
|
|
|
## Schema
|
|
|
|
```dbml
|
|
// Add your DBML here
|
|
Table cart_items {
|
|
id integer
|
|
product_id integer
|
|
quantity integer
|
|
user_id integer
|
|
}
|
|
```
|
|
|
|
## Related
|
|
|
|
- [REQ0140-DemoQuoteApp](#)
|