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: public/test.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,9 @@
19
19
20
20
<pclass="up-and-running">Looks like our local Parse Serve is running under <spanid="parse-url">...</span>. Let’s test it? </p>
21
21
22
+
<p>We'll use an app id of "myAppId" to connect to Parse Server. Or, you can
23
+
<ahref="javascript: var newAppId = prompt('What app id should we use to talk to Parse Server?'); if (newAppId) { $('#appId').val(newAppId); }">change it</a>.
24
+
22
25
<p>We have an express server with Parse server running on top of it connected to a MongoDB.</p>
23
26
24
27
<p>The following steps will try to save some data on parse server and then fetch it back. Hey ho?</p>
0 commit comments