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

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

КОМЕНТАРІ • 34

  • @Nonya-xv7hq
    @Nonya-xv7hq 4 місяці тому

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

    • @codingcrashcourses8533
      @codingcrashcourses8533  4 місяці тому

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

    • @BadToxic
      @BadToxic 4 місяці тому

      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  4 місяці тому +1

      @@BadToxic wow, how bad :(

    • @AnimeZone247
      @AnimeZone247 2 місяці тому

      @@BadToxicnow they’re closing down

    • @BadToxic
      @BadToxic 2 місяці тому

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

  • @codingcrashcourses8533
    @codingcrashcourses8533  Рік тому +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 Рік тому

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

    • @codingcrashcourses8533
      @codingcrashcourses8533  Рік тому

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

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

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

    • @shardulbhot5970
      @shardulbhot5970 8 місяців тому

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

    • @codingcrashcourses8533
      @codingcrashcourses8533  8 місяців тому

      @@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 6 місяців тому

    How can i add my custom domain name?

  • @Ukrainian_Aqua
    @Ukrainian_Aqua 11 місяців тому

    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  11 місяців тому

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

    • @Ukrainian_Aqua
      @Ukrainian_Aqua 11 місяців тому

      @@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.

  • @assemblydanmalbolge7102
    @assemblydanmalbolge7102 Рік тому

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

  • @robertocuberos7558
    @robertocuberos7558 Рік тому

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

  • @nameless_se
    @nameless_se Рік тому

    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)

  • @abrahamrocha3344
    @abrahamrocha3344 Рік тому

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

  • @gurupathik9930
    @gurupathik9930 Рік тому

    ty bud, was very helpfull

  • @Ukrainian_Aqua
    @Ukrainian_Aqua 11 місяців тому

    👍

  • @anggada4773
    @anggada4773 Рік тому

    can i get your source code?