thisAKcode / fastapi_streetart_map

0 stars 0 forks source link

FastAPI resources #3

Open bbelderbos opened 1 year ago

bbelderbos commented 1 year ago

I saw you mentioned the 100 days of web in the readme.txt, but FastAPI is actually not part of it, I discussed Apistar there (or did Michael update it?!)

The good news is that Sebastian (creator FastAPI) provides excellent documentation so you can use his site directly: https://fastapi.tiangolo.com

Btw we had him on the podcast the other day, maybe interesting episode to listen to: https://www.pybitespodcast.com/1501156/11041711-080-documentation-driven-development-with-sebastian-ramirez

You mentioned SQLAlchemy but a nice alternative is SQLModel (same creator): https://sqlmodel.tiangolo.com

thisAKcode commented 1 year ago

Thanks for sharing stuff. I couldn't progress today I just did a little review of old app and tried to simplify to start from there. nothing to push.

bbelderbos commented 1 year ago

Another resource I found was a quick FastAPI wrapper I did on a clinic some months ago: https://pybites.mykajabi.com/products/pybites-coaching-calls-2/categories/3469727/posts/2157899614

bbelderbos commented 1 year ago

And no worries, we meet next week and send me a PR next week as well for review please ...

thisAKcode commented 1 year ago

Great video. Do you have a repo for this fastapi demo?

bbelderbos commented 1 year ago

Great video. Do you have a repo for this fastapi demo?

Yep it's linked under the video: https://github.com/bbelderbos/podcast-searcher