Next.js templates for FastAPI and Flask 🔥 Next.js Python templates

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ส.ค. 2024

ความคิดเห็น • 31

  • @runthat
    @runthat  ปีที่แล้ว +4

    Cool little Python templates for FastAPI and Flask

  • @devinschumacher
    @devinschumacher 4 หลายเดือนก่อน +2

    Good stuff... I see what you are doing here and I like it.

    • @runthat
      @runthat  4 หลายเดือนก่อน

      Thanks!!

  • @judowithkeishin
    @judowithkeishin ปีที่แล้ว +1

    great video, you speak so clearly and the instruction was amazing thanks so much. way under rated, liked + subscribed :)

    • @runthat
      @runthat  ปีที่แล้ว

      Thank you!!

  • @awa8766
    @awa8766 ปีที่แล้ว +2

    This is brilliant! I'd love to know if there styling resources for Python folks. I don't know react, so it's all foreign to me.

    • @runthat
      @runthat  ปีที่แล้ว

      Front-end is just not as much fun as back!!! React isn't... hard... it's just not Python. 😄

    • @awa8766
      @awa8766 ปีที่แล้ว +1

      @@runthat Yep fully agree! Wrapping my head around react has been a mission but will get there!

  • @Diego_Cabrera
    @Diego_Cabrera ปีที่แล้ว +2

    This is really cool I had no idea you could do this. Question, what would be purpose to using this setup instead of the default node.js backend? Just curious if there are any advantages other than being more comfortable with Python. Thanks!

    • @runthat
      @runthat  11 หลายเดือนก่อน +1

      Yeah it’s really just about wanting to use Python for your backend. 🙂

    • @junior75980
      @junior75980 10 หลายเดือนก่อน +2

      When we have to use PYTHON to do backend task, ML, CRUD in legacy code. So, it is option. For me, it is like I have to do it because I have a C# integration project that has a lot of classes created already. So, python exposing the data and responding requests done by the client.

    • @Diego_Cabrera
      @Diego_Cabrera 10 หลายเดือนก่อน

      @@junior75980 Thanks for the insight. This was helpful

    • @erenyeager655
      @erenyeager655 หลายเดือนก่อน

      i used it for ml projects, which typically most machine learning models are developed through python

  • @TheAremoh
    @TheAremoh 3 หลายเดือนก่อน +1

    Well explained.

    • @runthat
      @runthat  3 หลายเดือนก่อน +1

      Thank you!

  • @patite3103
    @patite3103 ปีที่แล้ว +2

    Could you please do a video how to use the Vercel templates and deploy it on Vercel. Thank you

    • @runthat
      @runthat  ปีที่แล้ว +1

      Front end and deployment isn't my interest area, but maybe!! Vercel deployment is pretty simple and their docs are great. You can do it!

  • @navidtehseen
    @navidtehseen หลายเดือนก่อน

    I really want to learn how to integrate ML models with Next Js and build some cool stuffs. Its the Subscribing!

  • @timschannel247
    @timschannel247 11 หลายเดือนก่อน +1

    Oh yes, that's it!

    • @runthat
      @runthat  11 หลายเดือนก่อน

      😀

    • @timschannel247
      @timschannel247 11 หลายเดือนก่อน +1

      @@runthat The example runs fine to me. Instructions were exact. Thanks so much I can use that for our next MVP. Might having question later, however thanks so much so far. Best Tim

  • @navjotsingh2457
    @navjotsingh2457 7 หลายเดือนก่อน +1

    ty

  • @vileider
    @vileider ปีที่แล้ว +1

    'FLASK_DEBUG' is not recognized as an internal or external command,

    • @runthat
      @runthat  11 หลายเดือนก่อน

      Ok!

    • @SuperShubhu123
      @SuperShubhu123 11 หลายเดือนก่อน

      Hey did you find a solution to this? Been facing the same issue, nextjs runs on 3000 port but flask doesn't run on 5238 without debug and without virtual environment I'm not able to install other packages

    • @SuperShubhu123
      @SuperShubhu123 11 หลายเดือนก่อน +1

      In the templates provided, Virtual environment is not present or how to use virtual env is not mentioned, and maybe it takes global env python and flask from global env only

    • @SuperShubhu123
      @SuperShubhu123 11 หลายเดือนก่อน +1

      In the video as well, the debug mode=off @5:01 virtualenv is activated from cli, but when we run npm-run-dev it runs python from global version connects to next js then runs next js, don't know why it's not activating from within package.json

  • @harisshahid7000
    @harisshahid7000 9 หลายเดือนก่อน

    Why you don't reply insta

  • @suhakarkhy639
    @suhakarkhy639 ปีที่แล้ว +2

    It keeps saying NOT FOUND in the browser even tho the route is: 127.0.0.1:8080/api/python. Oh, and I made the port 8080 because for some reason 5328 wasn't working for me. and in the package.json I changed the flask-dev to "set FLASK_DEBUG=1 && pip install -r requirements.txt && python -m flask --app api/index run -p 8080 --reload". please help me

    • @suhakarkhy639
      @suhakarkhy639 ปีที่แล้ว +1

      fixed it. so turns out when the flask is running, its not running in port 8080 or even 5328. it was running on port 5000.

    • @runthat
      @runthat  ปีที่แล้ว +2

      Glad you figured it out.