1
00:00:06,290 --> 00:00:12,560
So this is a code for the project, as I have created it so far as you can notice, it doesn't include

2
00:00:12,560 --> 00:00:14,210
a Getler Abassi pipeline yet.

3
00:00:14,450 --> 00:00:16,910
And this is actually what we are going to do in the section.

4
00:00:17,750 --> 00:00:20,540
Now, I wanted to have like a common start.

5
00:00:20,900 --> 00:00:22,820
So this is what is the repository?

6
00:00:22,850 --> 00:00:24,260
It doesn't contain a pipeline.

7
00:00:24,800 --> 00:00:31,080
So what we'll do next is to form this repository and have a common basis in order to fork it.

8
00:00:31,310 --> 00:00:33,590
Click right here on Top on Falke.

9
00:00:36,120 --> 00:00:41,670
And you will be able either to select a group if you have existing groups or simply clone it under your

10
00:00:41,670 --> 00:00:42,300
profile.

11
00:00:46,120 --> 00:00:51,850
In a matter of seconds, you have fought this repository and you will have an identical copy with what

12
00:00:51,850 --> 00:00:52,270
I have.

13
00:00:55,980 --> 00:01:01,940
In order to actually take a look at this code, I'm going to use a tool called Intelligibly Idea.

14
00:01:02,190 --> 00:01:08,460
It's an idea specifically for Java projects or projects that work on the Java virtual machine.

15
00:01:08,970 --> 00:01:11,430
If you haven't downloaded already, click here on download.

16
00:01:11,550 --> 00:01:12,990
It's free to download.

17
00:01:13,290 --> 00:01:17,940
But just in case you're not comfortable downloading new tools and stuff like that on your computer,

18
00:01:18,330 --> 00:01:24,240
it's absolutely fine just to watch what I'm doing and you'll be able to build the pipeline without setting

19
00:01:24,240 --> 00:01:25,980
everything up on your own computer.

20
00:01:27,980 --> 00:01:33,440
Once you have installed intelligence, you will have the possibility of creating a new project and we're

21
00:01:33,440 --> 00:01:38,660
going to create a project from virtual control because we are already for this repository.

22
00:01:41,780 --> 00:01:44,720
The next screen you would be ask for the you are of the repository.

23
00:01:46,310 --> 00:01:52,610
And this is a step we need to go back to the lab repository, click on Clone and get the you are well

24
00:01:53,180 --> 00:01:57,290
I'll be using as this because I've already set up my SNH credentials.

25
00:01:58,980 --> 00:02:03,030
On paste here to link to the repository and click on Klown.

26
00:02:09,840 --> 00:02:12,980
And next, they're going to use intelligence to open this project.

27
00:02:17,610 --> 00:02:22,710
If you want to take a look at the code, you will be able to open it here from project and this will

28
00:02:22,710 --> 00:02:25,410
list the entire code of the project as it stands.

29
00:02:26,220 --> 00:02:31,170
And initially, from the right hand side, I have to use the built tool called Gradle.

30
00:02:31,620 --> 00:02:38,910
And Gradle allows me to build this project and actually to start it locally on my own machine so that

31
00:02:38,980 --> 00:02:42,870
I'm going to go to tasks application, I'm going to select the button.

32
00:02:43,380 --> 00:02:50,160
This is something pre configured and will make sure that the project has all the dependencies required

33
00:02:50,160 --> 00:02:52,580
and that is able to start as soon as possible.

34
00:02:56,010 --> 00:03:02,370
What I've built here is a simple job application that represents a conflict management solution and

35
00:03:02,370 --> 00:03:08,070
the stand that you are maybe not familiar with intelligence and getting this to run on your computer

36
00:03:08,070 --> 00:03:11,010
may be challenging if you cannot get it to work.

37
00:03:11,040 --> 00:03:11,610
Don't worry.

38
00:03:11,970 --> 00:03:12,980
It is a nice to have.

39
00:03:12,990 --> 00:03:17,780
I just wanted to show you a very realistic project as it is nowadays.

40
00:03:17,790 --> 00:03:21,270
It needs a lot of tools and a lot of analogies in order to run.

41
00:03:21,750 --> 00:03:27,150
Having this installed locally is nice to have, but not necessary in order to build the pipeline that

42
00:03:27,150 --> 00:03:28,040
we want to build.

43
00:03:28,620 --> 00:03:33,150
You may also want to check the resources for some tutorials that can help you get started.

44
00:03:33,550 --> 00:03:37,160
As you can see, I've started the application, but it doesn't do anything.

45
00:03:37,560 --> 00:03:43,770
And what this application does is to expose an API that allows you to add value or remove cards from

46
00:03:43,770 --> 00:03:44,400
a database.

47
00:03:45,210 --> 00:03:52,620
An API is a program that doesn't have a graphical interface like website, for example, an API can

48
00:03:52,620 --> 00:03:57,840
be used by a front end application or by a mobile application to display data in the process or in the

49
00:03:57,840 --> 00:04:01,570
app or in different cases, because you can't view this in a browser.

50
00:04:01,620 --> 00:04:07,380
I will use a software development tool called Posman, which is free to download and install, took

51
00:04:07,380 --> 00:04:12,570
the resources folder for a quick installation of both men before continuing if you're not already familiar.

