How to build a FastAPI app with MySQL database (step by step guide)

Поделиться
HTML-код
  • Опубликовано: 24 авг 2024

Комментарии • 85

  • @ushared-a-chregion3720
    @ushared-a-chregion3720 Месяц назад +1

    really hot stuff Eric, thx for this very good explanation!

  • @demolazer
    @demolazer Год назад +4

    Thank you so much for this. Great explanation and structure for a beginner. I now have a clear framework to build on top of.

    • @codingwithroby
      @codingwithroby  Год назад

      Woot woot! Glad you were able to learn and find value 🙂

  • @ushared-a-chregion3720
    @ushared-a-chregion3720 Месяц назад

    I have one question to it. How can I join tables ?

  • @warisshaikh9474
    @warisshaikh9474 4 месяца назад

    Super cool and easy steps salut to u sir love from karachi pakistan ❤

  • @roozensn
    @roozensn 2 месяца назад

    Thanks a lot! Very helpful for beginners like me

  • @manojk1494
    @manojk1494 Год назад +1

    2:07 I used to install dependencies one by one or by reading from a text file but this is new info thanks bro.

    • @codingwithroby
      @codingwithroby  Год назад +1

      Nice! Glad you were able to learn something new 🙂 Using a requirements.txt file is probably the best solution to installing multiple dependencies at once if you already have that defined… but if you are installing multiple dependencies to a brand new project keep it all on the same line and pip install them together!

    • @manojk1494
      @manojk1494 Год назад +1

      Thanks for your response!

    • @codingwithroby
      @codingwithroby  Год назад +1

      Of course! If you ever have any questions or need anything just post them here 🙂

  • @bhartendupandya3824
    @bhartendupandya3824 Месяц назад

    Amazing, loved it! best content.!

  • @danielnahuncalcinafuentes3772
    @danielnahuncalcinafuentes3772 Год назад +1

    Hello, and how would be the query to get all the post of my table, without selecting one?

    • @codingwithroby
      @codingwithroby  Год назад

      Great question! Try doing: return db.query(Post).all()

  • @nillsonsilva5896
    @nillsonsilva5896 4 месяца назад

    It works very well, however, how do i do an update for my posts ?

  • @williamvinct
    @williamvinct Год назад +1

    Hi Eric thank you so much for the clear explanation, your code is really clean

    • @codingwithroby
      @codingwithroby  Год назад +1

      Thank you so much 🙂 Glad you were able to find a lot of value!

  • @aestriex
    @aestriex 4 месяца назад +1

    How do we implement HTML/CSS front-end into this application? Also, can a user login/registration system be implemented? (where users can sign up for an account and then make posts, for example)

    • @jake115577
      @jake115577 2 месяца назад

      ruclips.net/video/0zb2kohYZIM/видео.htmlsi=aj3W_RmtQuIOScD3

  • @kal.
    @kal. 6 месяцев назад

    where is the video on how to setup the mysql workbench? couldnt find it

  • @svcomplex1
    @svcomplex1 10 месяцев назад

    Thanks! Cool video. Greetings from Russia!

  • @the_player_is_ready
    @the_player_is_ready 10 месяцев назад +1

    Nice explanation 😁 Thanks

  • @archanan1340
    @archanan1340 5 месяцев назад

    Hii i have one doubt we can connect already existing database and tables also

  • @user-jv6nh5to4i
    @user-jv6nh5to4i Год назад +2

    Next, could you cover the authentication and the authorization in FastAPI?

    • @codingwithroby
      @codingwithroby  Год назад +3

      Not a bad idea! I will look into adding this into a future video

  • @diassagatov9784
    @diassagatov9784 8 месяцев назад +1

    amazing video, learned a lot! Tnx!

  • @ronjones1587
    @ronjones1587 8 месяцев назад +1

    Thank you ! You are the best!

  • @witty.coder1
    @witty.coder1 6 месяцев назад

    Thats so great sir. I am learning form you

  • @youdontknowme4241
    @youdontknowme4241 Месяц назад

    It is showing that could not import module “main”.
    I have done everything as per video.
    Idk whats wrong?

    • @alifmahmud2946
      @alifmahmud2946 Месяц назад

      i have the same problem here.....bro..please let me know if you find any solution

    • @codingwithroby
      @codingwithroby  Месяц назад

      Make sure within your terminal you are in the correct folder where the main.py file lives.

  • @mehul4mak
    @mehul4mak 9 месяцев назад

    Why you do not provide Id when creating user still it gets id number automatically?

  • @florenciapesoa9015
    @florenciapesoa9015 Год назад +1

    I really liked the video. Can I use the same steps but with MariaDB?

  • @alamos2404
    @alamos2404 10 месяцев назад +1

    Excelente explicacion!😄

  • @lapislazuli1949
    @lapislazuli1949 4 месяца назад

    where is PUT request?

  • @mr_don_key
    @mr_don_key 2 месяца назад

    you didn't make a foreign key in the model ;-) (user_id is just a integer column, instead of a foreign key for id in user table)

    • @codingwithroby
      @codingwithroby  2 месяца назад

      Yeah, I did this because then the comments would shift to "wtf is a fk" lol. So, I remove those outliers.

  • @shreyashverma1773
    @shreyashverma1773 Месяц назад

    Amazing !!

  • @kavindulakmalw
    @kavindulakmalw 9 месяцев назад

    Thank you so much for the this tutorial. keep it up.

  • @richter9911
    @richter9911 7 месяцев назад

    for update we use
    db.put at the end?

  • @abdullahmusheer4238
    @abdullahmusheer4238 5 месяцев назад

    as a newbie, i have a question, how can i host it so that external users can use it? i know we should secure it (whitelisting ip/tokens etc) but how can i load this python app to the internet for access to external users. thanks

  • @dianavaleriaovallevaldes1980
    @dianavaleriaovallevaldes1980 5 месяцев назад

    many thankssss!!😿

  • @azer0013
    @azer0013 3 месяца назад +1

    You did use Sql for chating with the data?

  • @iftikhar58
    @iftikhar58 8 месяцев назад

    but in this code , sql connnection established again and again for each request that bad things

    • @codingwithroby
      @codingwithroby  8 месяцев назад

      Nope that is a good thing - You do not want to keep connection on API requests!

  • @InspireBeforeExpire-my6fm
    @InspireBeforeExpire-my6fm 5 месяцев назад +1

    working correct

  • @elan311X
    @elan311X 11 месяцев назад

    Thank you so much for this, it's highly insightful _ please can you drop the syntax for update either post or user by user id as well as get all users.

    • @codingwithroby
      @codingwithroby  11 месяцев назад

      Hey friend! If you check out some of my other FastAPI videos I go over a whole bunch of different database queries and how they work 🙂

  • @ericflynn5799
    @ericflynn5799 11 месяцев назад

    Great video, I have a small question. Whenever I delete a post and then add a new one, the post id will start from where it was last ended. For example if I create post 2 then delete it and then add another post, the new post will start from id 3. Is there anyway to reset the post id to fill in from the smallest id not being used?

    • @codingwithroby
      @codingwithroby  11 месяцев назад +4

      While it might seem like a good idea to "recycle" IDs to fill gaps, there are several reasons you might not want to do this, especially if you're new to development:
      The biggest reason is data integrity.
      If you've deleted a post and reuse its ID, you might end up with links, references, or logs that point to the wrong content. This is bad for data accuracy.
      Think of how Foreign Keys work. If you have another piece of data that references that post, and then you delete the post, the old piece of data now references the new data point.
      Overall, majority of the time you do not want to reuse primary keys once they have been created, and that is why by default databases do not reuse.

    • @ericflynn5799
      @ericflynn5799 11 месяцев назад +1

      @@codingwithroby makes sense! Thank you for the clear explanation.

  • @usmonbekravshanov6933
    @usmonbekravshanov6933 11 месяцев назад

    Could you show your code in terms of asynchronous programming? Because here you declaring api views as asynchronous functions which do not await for db calls

    • @codingwithroby
      @codingwithroby  11 месяцев назад

      You probably do not need to use the async here. I added it just so people could see what a final state may look like

  • @izapawlukowska4545
    @izapawlukowska4545 7 месяцев назад

    thanks king

  • @Kay-ip9fy
    @Kay-ip9fy 5 месяцев назад

    Thanks!

  • @nmuyu
    @nmuyu Месяц назад +1

    this guy is so underrated

  • @k.a.93
    @k.a.93 7 месяцев назад +1

    cool

  • @Gamingman12362
    @Gamingman12362 7 месяцев назад +1

    damn i cant even create a virtual enviroment, that's how unprepared I am.

    • @codingwithroby
      @codingwithroby  7 месяцев назад +1

      Ha this made me laugh - you got this!

  • @eriguzy
    @eriguzy 10 месяцев назад

    i got this erroe
    AttributeError: module 'sqlalchemy.orm.session' has no attribute '__module__'
    how
    do i fix it please?

    • @codingwithroby
      @codingwithroby  10 месяцев назад +1

      This is hard without me seeing any code 😢 Perhaps it is something small and you can compare your code to the video again

    • @eriguzy
      @eriguzy 10 месяцев назад

      @@codingwithroby please sir i would like to send the pictures of the errors to you via your social media, this is my exam project and i am behind time,let me know which platform i can send the screenshot asap i really need help

    • @eriguzy
      @eriguzy 10 месяцев назад

      hey i fixed it>>>it was a lowercase mistake of sessionlocal instaed of Sessionlocal while i was importing, thanks for the video...i will be glad if theres any video on user registration and login with authentication as well for this blog app