Building an AI Chatbot with Expo React Native and FastAPI (Python)

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ม.ค. 2025

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

  • @yaniv242
    @yaniv242 4 หลายเดือนก่อน +1

    i was just looking for this specific combination. gonna rewatch again

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

    but how can you deploy it?

    • @ReactJsJourney
      @ReactJsJourney  6 หลายเดือนก่อน +1

      If you are talking about the Python code, I deploy on Heroku normally. Create a requirements.txt file with pip freeze or stackoverflow.com/questions/31684375/automatically-create-file-requirements-txt.
      Then create a Procfile. I'm sure there are many tutorials out there to show you how you can deploy FastAPI to Heroku or other hosting platforms/

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

      Thanks for the response! And Expo you deploy the build on Google play or app store?

    • @ReactJsJourney
      @ReactJsJourney  6 หลายเดือนก่อน +1

      @@MR_GREEN1337 Both.