Build a CRUD REST API with Rust Axum | Tutorial

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

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

  • @AyomideAdebara-p7q
    @AyomideAdebara-p7q 11 месяцев назад +10

    Excellent video, this video literally takes a complete beginner, to writing, getting , updating and deleting from a database. Excellent work.

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

      Great to hear! 💙💙

  • @boscodsouza5087
    @boscodsouza5087 10 дней назад

    Very nice delivery of the Learning Material.
    When you get the time, please include the handling of cases where Update and Delete are done on invalid task_id.
    Currently those invalid task_id queries return {success: true}.
    I hope I am not doing something incorrectly at my end.
    Thank you and keep producing such useful, concise and easy tutorials.

  • @skysea1068
    @skysea1068 11 месяцев назад +4

    more like these please..thank you

    • @cudidotdev
      @cudidotdev  11 месяцев назад +2

      You got it! 💙

  • @_travis5957
    @_travis5957 10 месяцев назад +3

    Amazing

  • @aaronocelot
    @aaronocelot Месяц назад +1

    Impeccably conceptualized and narrated: this video has a lot of depth while also being precise and succinct.

    • @aaronocelot
      @aaronocelot Месяц назад

      The patterns you show are very valuable

    • @cudidotdev
      @cudidotdev  Месяц назад

      So nice of you, Glad you liked it

  • @Mr.BinarySniper
    @Mr.BinarySniper 10 месяцев назад +5

    awesome .. and greate channel for rust bigginner.. please do more.. we want more like this.

    • @cudidotdev
      @cudidotdev  10 месяцев назад +1

      Thanks. More to come 💙

  • @RizkiTaufikAnindhita
    @RizkiTaufikAnindhita Месяц назад +1

    Awesome video
    thanks a lot

    • @cudidotdev
      @cudidotdev  Месяц назад

      You are welcome, thanks!

  • @gusjoagomez
    @gusjoagomez 11 месяцев назад +3

    GREAT VIDEO!!!! THANKS!!!!!!!!

  • @Shemang
    @Shemang 6 месяцев назад +1

    Beautiful tutorial... how did you get those pretty checkmarks in your lines of code?

  • @victorgxn
    @victorgxn 7 месяцев назад +1

    More rust tutorial pls

  • @arabeyabelajarnahwu-shorof5902
    @arabeyabelajarnahwu-shorof5902 3 месяца назад

    Excellent bro, but the way you import and install make us think that we have to memorize it all 😢.

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

      Sorry for that, I plan to make a crash course on axum and actix and every step will be explained in detail there

  • @meka4996
    @meka4996 8 месяцев назад +1

    $ psql -U axum_postgres
    psql: error: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: FATAL: Peer authentication failed for user "axum_postgres"

    • @cudidotdev
      @cudidotdev  8 месяцев назад

      You will have to switch from peer authentication to password. (It's also in the video)
      Here's an article that will help you further.
      medium.com/@syafiqza/configuring-postgresql-authentication-in-linux-from-peer-to-password-1bde0445c4da