Build And Deploy Full Stack AI SaaS Platform With Nextjs, React, Tailwind, Express

Поділитися
Вставка
  • Опубліковано 21 лис 2024

КОМЕНТАРІ •

  • @yantech.4249
    @yantech.4249 Місяць тому +3

    Great work again @CodeWise. I'm looking forward to what you are going to build next.

  • @anthonyweb-dev-gt3lb
    @anthonyweb-dev-gt3lb Місяць тому +7

    Nice, is there gonna be a part 3?

  • @DSIS_TUSHARRANJAN
    @DSIS_TUSHARRANJAN 15 днів тому

    can you make a short video of Google Auth changes when deploying. I tried many things but still it doesn't work

  • @lofinothing
    @lofinothing Місяць тому +1

    In the Google console do I put the redirection url to the server or to the frontend?

    • @root-plat
      @root-plat  Місяць тому +1

      yes sorry i forgot that part. u should replace the localhost one with the actually deployed backend url!

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

    why you choosed this strategy of client & server separate apps instead a single nextjs app with api/routes for the server...? arent you sacrificing simplicity? not critic, jsut an honest question?

    • @root-plat
      @root-plat  Місяць тому

      @@jjpp20072007 I appreciate the honest question! The main reason for choosing separate client and server apps instead of a single Next.js app is flexibility and scalability. By separating them, I can independently scale the client and server as needed, optimize performance for each, and even use different technologies or services tailored to their specific needs. 😃