Skip to content

Commit 9f374c3

Browse files
authored
added content to the last two sections (#509)
1 parent c5f31d3 commit 9f374c3

File tree

1 file changed

+54
-8
lines changed

1 file changed

+54
-8
lines changed

source/tutorial/nodejs-cli.txt

Lines changed: 54 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -358,10 +358,19 @@ Once you have completed the code, you should run the app and check functionality
358358
.. image:: /images/node-cli-start-screen.png
359359
:alt: Initial menu
360360

361-
#. If you do not yet have a user account, enter an email and password, and the
362-
system will create a new account and log you in. At this point, you should see
363-
the main "menu" of choices. All of the options should now work for you except
364-
the "watch" functionality, which we'll enable in the next section.
361+
If the app builds successfully, here are some things you can try in the app:
362+
363+
- Create a user with email *[email protected]*
364+
- Explore the app, then log out.
365+
- Start up the app again and register as another user with email *[email protected]*
366+
- Select *[email protected]*'s project
367+
- Add, update, and remove some tasks
368+
- Select the "Manage Team" menu option
369+
- Add *[email protected]* to your team
370+
- Log out and log in as *[email protected]*
371+
- See two projects in the projects list
372+
- Navigate to *[email protected]*'s project
373+
- Collaborate by adding, updating, and removing some new tasks
365374

366375
.. admonition:: Reminder
367376

@@ -371,7 +380,44 @@ Once you have completed the code, you should run the app and check functionality
371380
What's Next?
372381
------------
373382

374-
- Read our :ref:`Node.js SDK <node-intro>` documentation.
375-
- Try the :ref:`{+service+} Backend tutorial <backend-tutorial>`.
376-
- Find developer-oriented blog posts and integration tutorials on the `MongoDB Developer Hub <https://developer.mongodb.com>`__.
377-
- Join the `MongoDB Community forum <https://developer.mongodb.com/community/forums/c/realm/9>`__ to learn from other MongoDB developers and technical experts.
383+
You just built a functional task tracker web application built with MongoDB Realm. Great job!
384+
385+
Now that you have some hands-on experience with MongoDB Realm, consider these
386+
options to keep practicing and learn more:
387+
388+
- Extend the task tracker app with additional features. For example, you could:
389+
390+
- allow users to log in using another authentication provider
391+
392+
- Follow another tutorial to build a mobile app for the task tracker. We have
393+
task tracker tutorials for the following platforms:
394+
395+
- :doc:`iOS (Swift) </tutorial/ios-swift>`
396+
- :doc:`Android (Kotlin) </tutorial/android-kotlin>`
397+
- :doc:`React Native (JavaScript) </tutorial/react-native>`
398+
- :doc:`Web with React and GraphQL (Javascript) </tutorial/web-graphql>`
399+
400+
- Dive deeper into the docs to learn more about MongoDB Realm. You'll find
401+
information and guides on features like:
402+
403+
- Serverless :doc:`functions </functions>` that handle backend logic and
404+
connect your app to external services. You can call functions from a
405+
client app, either directly or as a :doc:`custom GraphQL resolver
406+
</graphql/custom-resolvers>`.
407+
- :doc:`Triggers </triggers>` and :ref:`incoming webhooks <service-webhooks>`,
408+
which automatically call functions in response to events as they occur. You
409+
can define :doc:`database triggers </triggers/database-triggers>` which
410+
respond to changes in your data, :doc:`authentication triggers
411+
</triggers/authentication-triggers>` which respond to user management and
412+
authentication events, and :doc:`scheduled triggers
413+
</triggers/scheduled-triggers>` which run on a fixed schedule.
414+
- Built-in :doc:`authentication providers </authentication/providers>` and
415+
and user management tools. You can allow users to log in through multiple
416+
methods, like API keys and Google OAuth, and associate :doc:`custom data
417+
</users/enable-custom-user-data>` with every user.
418+
419+
.. admonition:: Leave Feedback
420+
:class: note
421+
422+
How did it go? Please let us know if this tutorial was helpful or if you had
423+
any issues by using the feedback widget on the bottom right of the page.

0 commit comments

Comments
 (0)