How to build a NodeJs API with MySQL and Docker

preview_player
Показать описание

Build a NodeJs API. Use Docker to deploy to AWS. Use Angular to consume the API.

Follow on:

Intro 0:00
TS Configuration 5:22
Run Scripts 10:56
Installing Dependencies 15:09
Test Configuration 19:40
NodeJs Application 22:31
HTTP Response 38:10
Route Configuration 48:46
MySQL Config and Queries 52:30
Patient Controller - Part 1 1:02:45
Patient Controller - Part 2 1:15:38
Patient Controller - Part 3 1:19:44
Patient Controller - Part 4 1:24:58
Patient Controller - Part 5 1:28:30
Routes Setup 1:30:25
Environment Variables 1:33:48
Patient Table 1:36:46
CRUD Smoke Tests 1:43:30
Refactoring 1:51:23
Docker Introduction 1:56:21
Docker File 1:59:44
Docker Ignore File 2:05:17
Build and Run Docker File 2:08:47
Docker Compose Part 1 2:18:47
Docker Compose Part 2 2:27:22
Run Docker Compose 2:22:32
AWS EC2 Instance 2:42:14
Deployment 2:46:54
Angular Intro 2:56:08
Angular Application 3:00:25
Angular Service 3:03:12
Display Patients 3:07:42
HTML Template 3:11:00
Outro 3:14:58
Рекомендации по теме
Комментарии
Автор

this is a top tier course if you're just getting started with nodejs and typescript. You won't find better :)

timalk
Автор

Thanks for this amazing free content, I love that you show a different approach than other tutorials on youtube, your code is so clean, youre using typescript and showing us how to structure a project similar to a production environment

amazing

ahmadalghali
Автор

I'm very grateful for putting this course together. Really helped me a lot

philipmwangi
Автор

types isn't needed for mysql2 anymore! Great tutorial :)

LolzerCakes
Автор

This is an amazing, well structured video tutorial have ever find on YouTube.

Please can you make a video on Golang?

ayomidewilfred
Автор

this very useful and detail on explanation, i can't thank you enough :')

hadinmn
Автор

Can we learn in MERN project like instead of mysql?

nishchaldahal
Автор

Why do you not need 3 services/containers? One for front end, one for backend api and one for the database? I’m new to Docker so sorry if it’s a stupid question.

Anteater
Автор

Great tutorial. Could you please share the AWS script to setup docker & compose? Thank you in advance.

walterpalladino
Автор

Junior, thank you so much for this video. It was very informative. Can you suggest some resources we can use in order to help us complete the homework.

salt-life
Автор

@Get Arrays - Are yous till planning to create a CI/CD tutorial?

alexthetait
Автор

Brother, I’m a junior developer, what do you think is better for my career, languages like Java and C# or node.js typrscript?

I like the simple and elegant syntax of typescript

ahmadalghali
Автор

Can we get a tutorial like this but with TDD?

bald_ai_dev
Автор

Good tutorial but you skipped over the part about creating a mySql server and just jumped right in 😒

forrestmorrisey