Skip to content

Commit 798be54

Browse files
author
Hein
committed
Add steps to create a CloudCode Project
1 parent 0a5e9bc commit 798be54

File tree

7 files changed

+50
-0
lines changed

7 files changed

+50
-0
lines changed
385 KB
Loading
447 KB
Loading
198 KB
Loading
442 KB
Loading
552 KB
Loading
540 KB
Loading

usage/tools/mongodb-crud-auth-backend.mdx

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,56 @@ This project provides a serverless backend API for a client application using Po
77

88
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).
99

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.
16+
<Frame>
17+
<img src="/images/usage/tools/JourneyApps_Project_1.png" />
18+
</Frame>
19+
</Step>
20+
<Step>
21+
Select `Create Project` at the top right of the screen.
22+
<Frame>
23+
<img src="/images/usage/tools/JourneyApps_Project_2.png" />
24+
</Frame>
25+
</Step>
26+
<Step>
27+
Select `JourneyApps Platform Project` and click `Next`.
28+
<Frame>
29+
<img src="/images/usage/tools/JourneyApps_Project_3.png" />
30+
</Frame>
31+
</Step>
32+
<Step>
33+
Enter a Project name and click `Next`.
34+
<Frame>
35+
<img src="/images/usage/tools/JourneyApps_Project_4.png" />
36+
</Frame>
37+
</Step>
38+
<Step>
39+
There are two options for how you can manage changes to your project:
40+
1. `Basic (Revision)`: A simple workflow with basic restore points
41+
2. `Advanced (Git)`: A git-based workflow with commits, branching and merging.
42+
43+
Select a `Version Control` option, `Git` provider and click `Next`.
44+
For demonstration purposes we will choose `Basic` and `JourneyApps` as our Git provider.
45+
<Frame>
46+
<img src="/images/usage/tools/JourneyApps_Project_5.png" />
47+
</Frame>
48+
</Step>
49+
<Step>
50+
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
51+
by clicking `Create App`.
52+
<Frame>
53+
<img src="/images/usage/tools/JourneyApps_Project_6.png" />
54+
</Frame>
55+
</Step>
56+
</Steps>
57+
58+
# Setting Up CloudCode Serverless Functions
59+
1060
To view the serverless functions, select the **CloudCode** option at the top of the IDE.
1161

1262
<Frame>

0 commit comments

Comments
 (0)