1
00:00:00,450 --> 00:00:09,120
In this video, we are going to create a project directory and define course folder structure with using

2
00:00:09,120 --> 00:00:10,260
visual pseudocode.

3
00:00:10,890 --> 00:00:17,370
Now we are going to start our serverless journey and we will develop our project in sections and lectures.

4
00:00:17,850 --> 00:00:24,240
Every sections and lectures will have separate folders that include all the required codes, commands

5
00:00:24,240 --> 00:00:25,320
and materials.

6
00:00:26,690 --> 00:00:33,200
So I will store all the resources and materials into video folders that you can take from that and follow

7
00:00:33,200 --> 00:00:34,280
me during the course.

8
00:00:35,870 --> 00:00:44,420
We will start with create main folder for which to decode which name is a serverless and we will continue

9
00:00:44,420 --> 00:00:50,030
to create subfolders for every section and lecture under our main directory.

10
00:00:50,960 --> 00:00:55,280
This will be the theory hierarchical folder structure.

11
00:00:55,400 --> 00:00:57,890
First of all, we will create section name.

12
00:00:57,920 --> 00:01:02,150
After that, under that folder, we will create a lectures one by one.

13
00:01:03,620 --> 00:01:10,940
Also, I will add required text files for storing all commands and codes in that file in order to copy

14
00:01:10,940 --> 00:01:13,760
from that and provide to follow course properly.

15
00:01:14,120 --> 00:01:20,630
So we will add required text files or Node.js, lambda functions, and all required materials in these

16
00:01:20,630 --> 00:01:21,380
folders.

17
00:01:21,750 --> 00:01:27,080
Okay, now let's get started to create our main folder and open the code.

18
00:01:28,570 --> 00:01:33,220
First of all, please open a command window and locate the.

19
00:01:34,620 --> 00:01:38,790
See if all the structures under the safe folder structure.

20
00:01:38,820 --> 00:01:42,270
I'm going to create a new folder, which is the.

21
00:01:43,030 --> 00:01:44,170
It is this.

22
00:01:45,580 --> 00:01:47,830
This will be the ah, root folder.

23
00:01:48,700 --> 00:01:49,900
Okay, very good.

24
00:01:49,930 --> 00:01:53,860
So after creating this folder, I'm going to locate this folder.

25
00:01:54,670 --> 00:01:59,200
Now I am under the sea and under the cells main folder.

26
00:01:59,890 --> 00:02:03,670
So in this main folder, we will have sections and the lectures.

27
00:02:04,000 --> 00:02:08,600
And we will create these section and lectures using the visual pseudocode.

28
00:02:08,620 --> 00:02:12,700
So that's why I'm going to open this root folder with visual code.

29
00:02:12,730 --> 00:02:18,500
In order to do that, we can write code and that hit enter.

30
00:02:18,520 --> 00:02:24,430
This will be open this folder structure on the visual code.

31
00:02:24,580 --> 00:02:28,390
So now I'm going to create a new section under the root folder.

32
00:02:30,390 --> 00:02:31,680
The folder name will be the.

33
00:02:32,840 --> 00:02:34,460
Section seven.

34
00:02:35,120 --> 00:02:39,170
So we are in the Section seven, and that's why I have created the Section seven.

35
00:02:39,560 --> 00:02:43,910
And after that, I will create a free lectures under this Section seven.

36
00:02:44,820 --> 00:02:49,290
Now we are ready to start our service journey with very next lecture.

37
00:02:49,770 --> 00:02:54,750
I will create separate folder for April lecture and sections and put required commands and codes in

38
00:02:54,750 --> 00:02:55,620
that folders.

39
00:02:55,680 --> 00:02:57,210
Let's start our course.
