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: usage/tools/mongodb-crud-auth-backend.mdx
+50Lines changed: 50 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,56 @@ This project provides a serverless backend API for a client application using Po
7
7
8
8
For more information about CloudCode serverless functions, please visit [this page](https://docs.journeyapps.com/reference/cloudcode/triggering-a-cloudcode-task/trigger-cc-via-http).
9
9
10
+
# Create New CloudCode Project
11
+
To create a new CloudCode project, following the steps below:
12
+
<Steps>
13
+
<Step>
14
+
Navigate to the [JourneyApps Portal](https://accounts.journeyapps.com/) (create an account if you do not have one already).
15
+
You should see a list of your projects if you've created any.
To base your project on a template, select `TypeScript` as your template language, and `MongoDB CRUD & Auth Backend` as your template. You can now create your app
0 commit comments