FastAPI - Deploy your App in 2 minutes on Deta Space - FASTEST API DEPLOYMENT!

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.ย. 2024
  • My FastAPI Crashcourse: • FastAPI Crashcourse - ...

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

  • @Nonya-xv7hq
    @Nonya-xv7hq 2 หลายเดือนก่อน

    did they stop with the developer mode toggle on the signup page? cant seem to get a developer account

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

      @@Nonya-xv7hq yes i Pointed it out in a comment. You now have to Apply for that :/

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

      One can no longer apply for developer mode. From their official discord (January 2024): "we’ve decided to stop accepting new requests for 'developer mode' until further notice (this will not be anytime soon).
      the team is now fully focused on the upcoming release of Space OS/Horizon which will include major improvements that require our full attention.
      thanks for understanding & stay tuned! 🙏"

    • @codingcrashcourses8533
      @codingcrashcourses8533  2 หลายเดือนก่อน +1

      @@BadToxic wow, how bad :(

    • @AnimeZone247
      @AnimeZone247 4 วันที่ผ่านมา

      @@BadToxicnow they’re closing down

    • @BadToxic
      @BadToxic 3 วันที่ผ่านมา

      @@AnimeZone247 yes, I got the mail. Good I not really use it.

  • @codingcrashcourses8533
    @codingcrashcourses8533  10 หลายเดือนก่อน +5

    IMPORTANT: The interface changed a little bit. Instead of just enabling developer mode, it seems to now have to "apply" for it. On the sign up there is a button called "Looking for developer mode? Look here". Clicking on that with redirect you a the Space Kit Docs, where is another link: "If you’re looking to build personal and interoperable web applications for Deta Space, make sure to apply for developer access here.". Then you have to tell what you want to build etc. and provide your Email. Please let me know if that helped you

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

      how long do we wait to be in the developer mode ?

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

      @@ramammurshal3139 Honestly I don´t know since I used the old method to apply for that. Probably not tooooo long!

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

      @@ramammurshal3139 Have they answerd you already? If so, how long did it take?

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

      what after that ? it tells to join dicsord. Do we create account normally with the same email then ?

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

      @@shardulbhot5970 Did not see that yet. When I made this video I did not have to join a discord channel

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

    I'm trying to use deta for a FastAPI central location to access remote databases. One particular DB is on a digital ocean droplet that I can connect to through a jupyter notebook, but can't connect to from deta. Do you have anything instructional similar to that?

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

      Hard to tell. I assume that Firewall should not be an Issue. Do you use env variables? Maybe Check if they are Set correctly on deta

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

    How can i add my custom domain name?

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

    ty bud, was very helpfull

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

    I got this error "No module named 'fastapi'" My spacefile is same as yours

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

    great video but the developing mode is not available do you know other way to sign up in developer mode?

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

    Now the interface is not the same, how do I do it? Also, when I try to do it, it asks me for the developer mode (I'm on Ubuntu)

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

      I will have a look at it on the weekend :)

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

      @@codingcrashcourses8533 thanks

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

    i am already signup but i forgot to activated developer mode. What can i do now to active that?

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

    Do you know if it's possible to utilize python3.11 bc my fastapi deployment keeps failing due to the dependencies issues and I think using 3.9 could be the reason

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

      3.9 should still work with most packages. I am 99% sure this is not the issue

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

      @@codingcrashcourses8533 the issue was with the importing of the ParamSpec from typing (3.10+) vs typing_extensions (3.9). I've rewrote some pieces of code to fit 3.9 and pushed successfully to space.

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

    👍

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

    can i get your source code?