1
00:00:05,800 --> 00:00:07,240
In this lesson.

2
00:00:08,160 --> 00:00:15,270
We are going to build a basic level three application.

3
00:00:15,390 --> 00:00:19,470
This is one of the most important lessons in all the program.

4
00:00:19,860 --> 00:00:25,140
We are going to to spend a lot of time in this lesson.

5
00:00:25,140 --> 00:00:33,210
We are going to separate the different contents of this lesson in what we call subsections, which are

6
00:00:33,210 --> 00:00:34,710
more or less lessons.

7
00:00:35,130 --> 00:00:44,340
And even when we are not going, uh, to, to to go line by line with you because as you know, this

8
00:00:44,340 --> 00:00:45,180
is a bootcamp.

9
00:00:45,180 --> 00:00:55,020
So we are going to to to be a little bit faster as we go into other kind of programs like the in person

10
00:00:55,020 --> 00:00:57,000
or the master program we have.

11
00:00:57,000 --> 00:00:57,720
But.

12
00:00:58,400 --> 00:01:04,790
Even with that in mind, we are going to spend a lot of time, uh, here in this lesson, and you will

13
00:01:04,790 --> 00:01:12,050
see that maybe at the beginning of the lesson, you feel a little bit overwhelmed if you, uh, don't

14
00:01:12,050 --> 00:01:15,320
have experience in building full stack application.

15
00:01:15,410 --> 00:01:17,330
But this is totally normal.

16
00:01:17,330 --> 00:01:23,120
So I will tell you from now that, uh, you need to bear with us.

17
00:01:23,780 --> 00:01:29,330
It is very important for you to do not a.

18
00:01:30,510 --> 00:01:33,660
Do not abandon the program in this stage.

19
00:01:33,660 --> 00:01:40,650
This is a lesson that can be difficult at the at the beginning, but it doesn't have any other secret

20
00:01:40,650 --> 00:01:43,410
than practice and study.

21
00:01:43,410 --> 00:01:54,090
So a probably the first time you see each of the subsections of this lesson, you don't understand 90%

22
00:01:54,090 --> 00:01:54,810
of things.

23
00:01:54,810 --> 00:02:02,400
But the second thing, the second time you do that, uh, your level of understanding will be increasing

24
00:02:02,400 --> 00:02:08,789
until you finally, uh, get familiar and comfortable with the things we are talking about.

25
00:02:08,789 --> 00:02:17,910
So the only secret is perseverance, is repetition is, uh, going to your personal assistant?

26
00:02:17,910 --> 00:02:18,780
Uh ChatGPT.

27
00:02:18,780 --> 00:02:27,120
For whenever you have a doubt, a problem, a question, etc. and also to go to the other sources we

28
00:02:27,120 --> 00:02:28,530
have been talking about.

29
00:02:28,530 --> 00:02:29,070
Okay.

30
00:02:29,070 --> 00:02:31,800
So please do not feel discouraged.

31
00:02:31,800 --> 00:02:33,510
Do not feel overwhelmed.

32
00:02:34,230 --> 00:02:37,620
This is a very important lesson.

33
00:02:39,060 --> 00:02:42,330
And this is what the Romans call the Rubicon.

34
00:02:42,330 --> 00:02:51,990
So it's like a very important, uh, moment in your, uh, in your path as a student.

35
00:02:52,170 --> 00:03:03,210
Uh, and if you, uh, if you overcome this, this, this bridge, if you overcome this lesson, you

36
00:03:03,210 --> 00:03:10,290
are going to be very, very, very close to, uh, the the end of the program and the goal of the program.

37
00:03:10,290 --> 00:03:20,640
So very important for you to, eh, be very focused, uh, and spend the necessary time to understand

38
00:03:20,640 --> 00:03:23,100
what we are talking about in this lesson.

39
00:03:23,220 --> 00:03:32,460
So we are going to, uh, see a mostly six subsections in this lesson.

40
00:03:32,460 --> 00:03:35,670
Each of them is going to be a separate subsection.

41
00:03:35,670 --> 00:03:39,510
And, uh, most of them are going to have two parts.

42
00:03:39,510 --> 00:03:48,420
One part is going to be a little introduction, and the second part is going to be a practical exercise.

43
00:03:48,420 --> 00:03:50,820
So we are going into details.

44
00:03:50,820 --> 00:03:52,860
We will see the code.

45
00:03:52,950 --> 00:03:59,790
Uh, we will see demos of the, of the, the, the application we are building etc. etc..

46
00:03:59,790 --> 00:04:00,450
Okay.

47
00:04:00,870 --> 00:04:08,250
So the first thing we are going to do is to understand what is a Crud application.

48
00:04:08,250 --> 00:04:12,840
So this is the most basic full stack application.

49
00:04:13,080 --> 00:04:21,329
Uh, you usually will find a and this is usually the the the.

50
00:04:22,740 --> 00:04:24,720
Most common application as well.

51
00:04:24,720 --> 00:04:32,520
So almost 100% of the full stack applications you see out there and you use every day on the internet,

52
00:04:32,520 --> 00:04:39,840
they have a version of the the crud we are building.

53
00:04:39,840 --> 00:04:42,120
I will explain what is cloud in the next?

54
00:04:42,120 --> 00:04:44,700
What is cloud in the next subsection?

55
00:04:44,700 --> 00:04:46,560
If you are not familiar with these terms.

56
00:04:47,790 --> 00:04:54,720
After we understand this concept and we understand and we see a demo of the application we are going

57
00:04:54,720 --> 00:04:58,470
to build in this lesson, we will go step by step.

58
00:04:58,470 --> 00:05:02,700
We will start building the back end of the application.

59
00:05:02,700 --> 00:05:05,130
Then we will build the front end.

60
00:05:05,160 --> 00:05:14,910
Then we will execute the full stack application, which as you know is a the the back end and the front

61
00:05:14,910 --> 00:05:15,930
end together.

62
00:05:16,470 --> 00:05:24,030
And once we do that in our computer, we are going to deploy our application in the cloud.

63
00:05:24,030 --> 00:05:27,960
And in order to do so, we will have to do that in two steps.

64
00:05:27,960 --> 00:05:35,580
First, we are going to deploy the back end of the application to render dotcom, and then we will deploy

65
00:05:35,580 --> 00:05:38,520
the front end of the application in Vercel.

66
00:05:38,520 --> 00:05:47,130
Com and you will see that as we are able to execute the full stack application in our computer in the

67
00:05:47,130 --> 00:05:55,020
initial part of this lesson, we will also be able to execute the full stack application in the cloud

68
00:05:55,020 --> 00:05:57,810
in the last part of this lesson.

69
00:05:58,380 --> 00:06:03,210
So as always you are going to have the slides.

70
00:06:03,210 --> 00:06:12,330
You are going to have a very detailed notebook, and you are going to have a the code of this application

71
00:06:12,480 --> 00:06:17,460
a to download from the GitHub repository.

72
00:06:20,150 --> 00:06:28,700
So as I was telling you, we are going to have a separate subsection for each of these bullet points.

73
00:06:28,940 --> 00:06:41,390
And when we finish a this a basic level three application, we will be ready to go to go one step further

74
00:06:41,390 --> 00:06:43,760
with a medium level application.

75
00:06:43,760 --> 00:06:52,610
So the first thing we are going to do in the next subsection is to understand what it is a Crud application,

76
00:06:52,610 --> 00:06:57,620
which is the type of application we are going to build in this basic approach.

77
00:06:57,620 --> 00:07:02,360
So let's let's see this in the next next subsection.

