27 lines
328 B
Markdown
27 lines
328 B
Markdown
---
|
|
tags: [requirements]
|
|
---
|
|
|
|
# REQ0148-DemoReactMarvelApp
|
|
|
|
## Description
|
|
|
|

|
|
|
|
## Schema
|
|
|
|
```dbml
|
|
// Add your DBML here
|
|
Table characters {
|
|
id integer
|
|
name string
|
|
description text
|
|
thumbnail_url string
|
|
comics_available integer
|
|
}
|
|
```
|
|
|
|
## Related
|
|
|
|
- [REQ0147-DemoReactLogin](#)
|