How to build a NodeJs API with MySQL and Docker

Поделиться
HTML-код
  • Опубликовано: 30 июн 2024
  • Get Free Courses here: www.getarrays.io/
    Build a NodeJs API. Use Docker to deploy to AWS. Use Angular to consume the API.
    Follow on:
    Facebook Community: bit.ly/39sU0tE
    Facebook Page: bit.ly/3lTSQgV
    Instagram: bit.ly/3EIkCFD
    Twitter: bit.ly/3kweDvm
    Discord Community: / discord
    Junior's Instagram: / juniorrt__
    Junior's CashApp: cash.app/$juniorro98
    Source Code: github.com/getarrays/tsnodemy...
    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
  • НаукаНаука

Комментарии • 21

  • @timalk2097
    @timalk2097 Год назад +4

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

  • @ahmadalghali90
    @ahmadalghali90 Год назад +1

    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

  • @philipmwangi5270
    @philipmwangi5270 Год назад

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

  • @ayomidewilfred1864
    @ayomidewilfred1864 Год назад

    This is an amazing,well structured video tutorial have ever find on RUclips.
    Please can you make a video on Golang?

  • @hadinmn
    @hadinmn 2 месяца назад

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

  • @davebudah
    @davebudah Год назад

    Thanks bro.

  • @aadamishmael8549
    @aadamishmael8549 10 месяцев назад

    Legend

  • @walterpalladino1965
    @walterpalladino1965 Год назад

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

  • @salt-life
    @salt-life Год назад

    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.

  • @nishchaldahal6105
    @nishchaldahal6105 Год назад

    Can we learn in MERN project like instead of mysql?

  • @Anteater23
    @Anteater23 26 дней назад

    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.

    • @GetArrays
      @GetArrays  23 дня назад

      Yes, one for each. There’s no judging this. You can do whatever you want, come up with your own design. Nothing here is absolute

  • @ahmadalghali90
    @ahmadalghali90 Год назад +2

    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

  • @alexthetait
    @alexthetait Год назад +1

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

  • @horyekhunley
    @horyekhunley Год назад

    Can we get a tutorial like this but with TDD?

  • @forrestmorrisey
    @forrestmorrisey 5 месяцев назад

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