Build a CRUD Rest API in TypeScript, using Nest.js, TypeORM, Postgres, Docker and Docker Compose

Поделиться
HTML-код
  • Опубликовано: 16 сен 2024

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

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

    this is awesome video thank you!

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

    WHYYY Creaters do not test the mic before recording??

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

    Nice combo, Francesco. 🙌
    I'm also using Nestjs, TypeScript,PG and Docker in my project.

  • @abhishekchatterjee5609
    @abhishekchatterjee5609 Год назад +3

    ❤ Typescript ❤

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

    Please I'm getting an error : [typeormmodule] unable to connect to the database" ECONNREFUSED 127.0.0.1:3000

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

      hard ot help you in a comment. try to clone the project and make it run

  • @luisdanielmarquez6537
    @luisdanielmarquez6537 11 месяцев назад +1

    now how can i do the azure pipilines file to configure my repository to when recive a pull request do a pull automatic and start again.

    • @francescociulla
      @francescociulla  11 месяцев назад

      that's more the deployment part, but I might do something about that in the future

  • @JSS-zv2cr
    @JSS-zv2cr Год назад +1

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

    Thank you and can you share how can we use docker production nestjs or expressjs?

  • @OnceUponKid
    @OnceUponKid 11 месяцев назад +1

    how did you make your studio code give you a hint while coding?

  • @SushilShrestha-m9p
    @SushilShrestha-m9p Год назад +1

    Which tool are you using for auto suggestions

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

    salut docker compose -up db not works cant you help me ?!

  • @francescociulla
    @francescociulla  Год назад +3

    ⚠Because of a technical issue, the audio is audible only on the left channel until 14:15. I will make another episode with Typescript to improve this one
    0:00 Intro. Create the NestJS project. NestJS Architecture.
    14:10 Users Service, Users Controller, User Module, App module
    31:55 Docker part: .dockerignore, Dockerfile for the Docker image, Docker Compose
    45:01 Test with TablePlus and Postman

    • @_kira2104
      @_kira2104 6 месяцев назад

      Settings -> System -> Sound, then turn on Mono audio & problem fixed!

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

    You're not audible till 14:15

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

      I can hear myself, this is very strange

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

      @@francescociulla Headphone bugs XD

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

      related, i only hear you in my left headset speaker

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

      @@francoagresta4492 yes it was a setting of the livestream, unfortunately. I will do it again on day

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

    could u show me a docker-compose.yml for MySQL for latest version bro, mine not works, many thanks! (ERROR [ExceptionHandler] ER_ACCESS_DENIED_ERROR: Access denied for user 'root'@'172.19.0.3' (using password: YES))

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

      each db has a sikghty different version, I highlt recommend to check typeorm documentation and make the necessary changes