You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn/getting-started/create-your-first-application.mdx
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,10 @@ The `files` property allows you to specify a file glob pattern for the plugin. I
145
145
146
146
With the `schema.graphql` and `config.yaml` in place, now its time to run your application for the first time.
147
147
148
+
:::note
149
+
If you need to check your work, checkout the [`01-create-table`](https://github.com/HarperFast/create-your-first-application/tree/01-create-table) branch.
150
+
:::
151
+
148
152
## Running the Application
149
153
150
154
<Tabs groupId="installation">
@@ -208,6 +212,10 @@ Click "Restart Cluster" to apply the new file changes.
208
212
209
213
</Tabs>
210
214
215
+
:::note
216
+
If you need to check your work, checkout the [`02-rest-api`](https://github.com/HarperFast/create-your-first-application/tree/02-rest-api) branch.
217
+
:::
218
+
211
219
## Create a Record
212
220
213
221
With everything in place, now its time to create your first record for the `Dog` table.
0 commit comments