Build & Deploy Full-Stack App With Next.JS - Setting Up The Project (Part 2)

Поділитися
Вставка
  • Опубліковано 5 жов 2023
  • Check out my courses: gtcoding.net/courses/
    Hi guys, this is a tutorial series on how to create a full-stack website using Next.JS. We will be using technologies like Cloudinary, Next Auth, Prisma, MongoDB and more to build this app.
    In this video, we will set up our project. I hope you find this useful.
    Playlist: • Full Stack Website Usi...

КОМЕНТАРІ • 7

  • @gamensanity
    @gamensanity Місяць тому

    you are now my go-to tutorials for next and mongo. im still learning mongo and you've made it a bit easier for me. could you one day make a tutorial of a very simple todo list with CRUD mongo, next, and authentication?

  • @undefined-null-NaN
    @undefined-null-NaN 9 місяців тому

    Thank you brother .!

  • @tamerahmed9860
    @tamerahmed9860 9 місяців тому

    Thank you

  • @user-rq7ji4th5v
    @user-rq7ji4th5v 9 місяців тому

    My question might be inappropriate but why you are making files in tsx Can you make in js

    • @GTCoding
      @GTCoding  9 місяців тому +1

      The reason we're using .tsx files instead of .js is because .tsx is a file extension associated with TypeScript. It allows us to catch potential errors and bugs at compile-time, providing a safer and more maintainable codebase. It's especially beneficial for larger projects where code quality and reliability are essential.
      However if you want, you can use JavaScript and achieve the same functionality. I also have videos on working with Next JS using JavaScript. You can check the videos out on the channel.

    • @saulg0udman
      @saulg0udman 9 місяців тому +1

      He is working with typescript in this project and to use typescript you have to save your file as .tsx

    • @user-rq7ji4th5v
      @user-rq7ji4th5v 9 місяців тому

      @@GTCoding Wooaa K, waiting for the next videos. Man.