29 lines
1018 B
Markdown
29 lines
1018 B
Markdown
---
|
|
---
|
|
|
|
# Design your data model
|
|
|
|
## 1 - Open your model
|
|
|
|
<img src="img/model-designer-explorer.png" />
|
|
`database/model.waModel`
|
|
|
|
> **TIPS**:
|
|
> - click on <img class="inline" src="img/explorer-settings-shortcut.png"> to change the view options (the `.waModel` extension is hidden by default)
|
|
> - click on <img class="inline" src="img/model-designer-shortcut.png"> to quickly access your model
|
|
|
|
## 2 - Design your data model
|
|
|
|
<img src="img/model-designer.png" />
|
|
|
|
[Learn more »](http://doc.wakanda.org/home2.en.html#/Datastore-Model-Designer/Datastore-Model-Designer.100-1051416.en.html){:target="_blank"}{:class="btn"}
|
|
|
|
> <img class="inline" src="img/toolbar-reload-buttons.png" />
|
|
>
|
|
> If you need to reload your model in an already started server, a badge will appear in the Studio toolbar. Click on the squared reload button to reload the model. The second one performs a full solution reload.
|
|
|
|
---
|
|
|
|
Now, create a web application with Wakanda and Angular:
|
|
|
|
[Create a web app »](create-web-app.html){:class="btn"} |