Test Waka

This commit is contained in:
Khoa Le
2016-06-15 17:55:21 +07:00
parent 7a8ea04159
commit 21ccbf14d5
110 changed files with 2978 additions and 0 deletions

29
design-data-model.md Normal file
View File

@@ -0,0 +1,29 @@
---
---
# 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"}