﻿1
00:00:01,080 --> 00:00:03,810
‫Let's start by quickly getting to know

2
00:00:03,810 --> 00:00:05,403
‫Superbase a bit.

3
00:00:06,420 --> 00:00:10,440
‫So Superbase is a service that allows developers

4
00:00:10,440 --> 00:00:14,160
‫to easily and quickly create a backend

5
00:00:14,160 --> 00:00:17,400
‫with a complete Postgres database.

6
00:00:17,400 --> 00:00:20,640
‫But to us developers, it doesn't even matter

7
00:00:20,640 --> 00:00:23,160
‫what kind of database it is

8
00:00:23,160 --> 00:00:27,930
‫because we will only interface with it through an API.

9
00:00:27,930 --> 00:00:31,920
‫So this is the really nice part of Superbase

10
00:00:31,920 --> 00:00:36,390
‫because Superbase will automatically create a database

11
00:00:36,390 --> 00:00:40,710
‫and a matching API so that we can very easily request

12
00:00:40,710 --> 00:00:43,410
‫and receive data from the server.

13
00:00:43,410 --> 00:00:47,580
‫So where the Postgres database is actually hosted.

14
00:00:47,580 --> 00:00:51,180
‫So it's really all extremely simple.

15
00:00:51,180 --> 00:00:55,200
‫So instead of having to go through the complicated process

16
00:00:55,200 --> 00:00:57,480
‫of building a whole backend

17
00:00:57,480 --> 00:01:00,210
‫and setting up a database ourselves,

18
00:01:00,210 --> 00:01:04,020
‫we simply let Superbase take care of all this

19
00:01:04,020 --> 00:01:06,780
‫so it's all included and automatic,

20
00:01:06,780 --> 00:01:09,150
‫no backend development needed,

21
00:01:09,150 --> 00:01:12,360
‫which is perfect for front end developers

22
00:01:12,360 --> 00:01:15,540
‫who just want to quickly get up and running

23
00:01:15,540 --> 00:01:17,280
‫with a new project.

24
00:01:17,280 --> 00:01:20,760
‫And if this sounds great, it gets even better

25
00:01:20,760 --> 00:01:25,470
‫because Superbase is actually more than just an API.

26
00:01:25,470 --> 00:01:28,020
‫It's actually a complete solution

27
00:01:28,020 --> 00:01:32,670
‫that also includes user authentication and file storage

28
00:01:32,670 --> 00:01:36,450
‫and again, all accessible from an API

29
00:01:36,450 --> 00:01:39,660
‫or from their own JavaScript library.

30
00:01:39,660 --> 00:01:42,510
‫So with this, you can essentially build

31
00:01:42,510 --> 00:01:46,410
‫full stack applications without knowing anything

32
00:01:46,410 --> 00:01:48,393
‫about backend development.

33
00:01:49,230 --> 00:01:52,920
‫Now, if this sounds like I'm reading an ad here,

34
00:01:52,920 --> 00:01:55,410
‫I guarantee you that I'm not.

35
00:01:55,410 --> 00:01:58,710
‫So I never spoke to the guys at Superbase.

36
00:01:58,710 --> 00:02:01,020
‫I just really love this product

37
00:02:01,020 --> 00:02:05,820
‫because it's so, so easy to use and I'm not the only one.

38
00:02:05,820 --> 00:02:09,090
‫So, Superbase is growing super fast,

39
00:02:09,090 --> 00:02:12,360
‫so you're gonna be in good company.

40
00:02:12,360 --> 00:02:13,350
‫All right.

41
00:02:13,350 --> 00:02:15,570
‫So with this out of the way,

42
00:02:15,570 --> 00:02:18,120
‫let's now start building the backend

43
00:02:18,120 --> 00:02:20,703
‫for the Wild Oasis Management app.

