1
00:00:00,330 --> 00:00:00,760
Beautiful.

2
00:00:01,170 --> 00:00:06,900
And once we have a clear alert functionality in place, we actually have to start setting up our server.

3
00:00:07,560 --> 00:00:13,140
Since there's not much we can do on our frontend for now without a working server.

4
00:00:14,300 --> 00:00:20,900
And it only makes sense to come back to our front then once we have a working register functionality

5
00:00:21,230 --> 00:00:23,270
smoothly running on a server.

6
00:00:24,050 --> 00:00:33,050
So basically, we need to be able to log in or register in order for us to continue on the frontend

7
00:00:33,650 --> 00:00:36,800
and the steps are going to be following where first.

8
00:00:37,070 --> 00:00:39,770
Now they're not going to have any more side by side of the browser.

9
00:00:40,040 --> 00:00:45,600
There's really no point and we want to stop the server when a client.

10
00:00:45,730 --> 00:00:51,800
Remember that one was with control and say that we want to navigate one level up.

11
00:00:52,280 --> 00:00:54,350
So now we're talking about the geography.

12
00:00:54,800 --> 00:00:57,620
This is where our server is going to be sitting.

13
00:00:57,980 --> 00:01:01,130
We want to set up pretty much default package JSON.

14
00:01:02,340 --> 00:01:08,700
And therefore, I'm going to go with and be in it, and then that's why I'm glad we want to create the

15
00:01:08,720 --> 00:01:11,490
server just for the time being.

16
00:01:11,880 --> 00:01:17,330
We just set up console.log with server running dot dot com.

17
00:01:17,620 --> 00:01:22,170
Let's run it by typing node and server.

18
00:01:22,500 --> 00:01:24,200
So let's do everything step by step.

19
00:01:24,210 --> 00:01:26,550
Like I said, stop the server control.

20
00:01:26,620 --> 00:01:27,030
See?

21
00:01:27,330 --> 00:01:27,720
Awesome.

22
00:01:28,170 --> 00:01:30,480
Then we want to navigate one level up.

23
00:01:30,840 --> 00:01:33,900
So let's go with the key and then do that.

24
00:01:34,380 --> 00:01:38,940
So once we're in the job for it, we want to go with and PM in it.

25
00:01:39,390 --> 00:01:46,440
And that's why which essentially will set up our package JSON so we can start installing packages,

26
00:01:46,740 --> 00:01:55,710
which will do starting pretty much with next video or one video after not run in the job before I won.

27
00:01:56,100 --> 00:01:59,060
So in the server, I want to create server address.

28
00:01:59,070 --> 00:02:03,150
So for time being, I'll close the client and then let's create a new file.

29
00:02:03,600 --> 00:02:05,100
Let's call this server.

30
00:02:05,670 --> 00:02:13,050
James, I'm like, I said, I just go with a simple console log where I will say server running and

31
00:02:13,050 --> 00:02:16,680
then now that I'm back in our terminal.

32
00:02:17,520 --> 00:02:24,850
First of all, I'm going to clear everything, and once I do that, then I'm going to run node and server.

33
00:02:24,960 --> 00:02:29,800
And if everything is correct, I should say server running about that.

34
00:02:30,150 --> 00:02:35,520
And if that's the case, then we are right path and we can start setting up our server.

