Full Stack Website - Week 10 - Becoming a Web Developer

Опубликовано: 01 Январь 1970
на канале: Jesus, Take the Compiler
163
8

In this video we are going to setup a database using PostgreSQL, build a Node/Express API, and then build an admin UI and pull/persist data to our database.

I was also sick during this so I apologize if my voice sounds off or if the depth/coverage of the video was not up to par.

I believe in democratizing information and eliminating gatekeeping. Becoming a software engineer has helped my life out a lot and I want it to help yours as well!!

0:00 Introduction to Full Stack
0:40 Installing PostgreSQL
3:10 Opening pgAdmin4
7:15 Make A New Table
10:12 Starting the API
11:53 Node JS
12:34 Express JS
12:59 Installing Express
14:44 Installing CORS
15:18 Installing PG
16:05 Setting Up The API To Run
19:17 Setting Up The ROOT of the API
25:56 CRUD OPERATIONS
26:35 CRUD OPERATIONS - Setup Queries File
28:52 CRUD OPERATIONS - GET All
36:21 CRUD OPERATIONS - GET A USER
40:30 CRUD OPERATIONS - CREATE A USER
41:55 Introducing POSTMAN To Test Our API
46:50 CRUD OPERATIONS - UPDATE A USER
50:45 CRUD OPERATIONS - DELETE A USER
54:08 Building Our Admin UI To Work With The API and DB
56:30 Admin UI - Get Users
1:05:50 Admin UI - Post User
1:12:50 Admin UI - Put User
1:19:10 Admin UI - Delete User

Feel free to make suggestions because I can always add on to this course.

Like. Subscribe. Share

#fullstack #database #website