[Question]any try on fastapi as backend service #1446
Replies: 3 comments 6 replies
-
This does not seem like a flet issue at all |
Beta Was this translation helpful? Give feedback.
-
As mentioned earlier, its not a Flet issue, but you can use fastapi within Flet to retrieve data for display within the application. You will have a function within a Flet page that calls the api using Python requests library against a fastapi endpoint. You would then use the data (JSON for example) returned from the endpoint to display within Flet i.e., a DataTable for example. |
Beta Was this translation helpful? Give feedback.
-
Almost all APIs use databases. For example: u can use SQLite3. There are a lot of videos on youtube about this. Just try to search it before opening issue 😃 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
fastapi is popular and i was wondering if there is any advice or existing work I can learn from
Code sample
No response
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions