23 lines
201 B
Markdown
23 lines
201 B
Markdown
---
|
|
tags: requirements
|
|
---
|
|
|
|
# REQ0131-DemoInstagramClone
|
|
|
|
## description
|
|
|
|
<Party Page.png>
|
|
|
|
## schema
|
|
|
|
```dbml
|
|
// Add your DBML here
|
|
Table users {
|
|
id integer
|
|
}
|
|
```
|
|
|
|
## related
|
|
|
|
[[REQ0110-PartyPage]]
|