-
👋 Welcome!We’re using Discussions as a place to connect with other members of our community. We hope that you:
To get started, comment below with an introduction of yourself and tell us about what you do with FastAPI. |
Beta Was this translation helpful? Give feedback.
Replies: 25 comments 12 replies
-
|
Hi there! 👋 I'm a 🇧🇷 software engineer currently living in 🇫🇷. I ❤️ FastAPI and I've been using it in my professional life, and in the personal as well, working on some auxiliary packages and helping the community! 🚀 |
Beta Was this translation helpful? Give feedback.
-
|
I'm using fastAPI for serving my ML models in many projects this year |
Beta Was this translation helpful? Give feedback.
-
|
🚀 It's great! |
Beta Was this translation helpful? Give feedback.
-
|
Hey hey, I am very new with fastapi and I am having some issues with api and ajax. Ajax function Here py method update Update is not working, console is just showing 405 method not allowed T |
Beta Was this translation helpful? Give feedback.
-
|
Hi. I have implemented a websocket using fastapi. I am load testing it using Jmeter websocket sampler and some of these requests are failing with WebSocket I/O error: Read timed out (at least this is the error that I get on Jmeter side). The error on server side: There are 2 scenarios that I have covered with this:
Any help on this is greatly appreciated. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Hi, I have created an endpoint to serve the form which takes input, and I want those input to be displayed on the terminal or on the new HTML page served by another endpoint. Thanks for your help. |
Beta Was this translation helpful? Give feedback.
-
|
Hello! |
Beta Was this translation helpful? Give feedback.
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
-
|
Hello, devs. Thanks, guys. |
Beta Was this translation helpful? Give feedback.
-
|
Hi tthere my query is quite simple but still confusing for me so the issue I am facing is that I am trying to retrive data but my data is coming from relationships tables also so in response body I am getting only the parent table data but not the data from relatinships table as well so how can I SOLVE this issue? |
Beta Was this translation helpful? Give feedback.
-
|
New FastAPI user trying to read a post request that contains Basic Auth, a header "client_id", and a json body. Using bits of code from https://fastapi.tiangolo.com/tutorial I got BasicAuth to work, and I got Request to work to grab the headers and body. Headers also appears to get the username and password too, but I don't have access to them without the Authentication part. If I just use root(credentials: HTTPBasicCredentials = Depends(security)) then I can get the user and password. I was hoping to find an example how to get all 3 parts, or I am misunderstanding what it might be called to get them? |
Beta Was this translation helpful? Give feedback.
-
|
Hi there! |
Beta Was this translation helpful? Give feedback.
-
|
Hi, maybe can someobe share some FasstAPI / vanilla typescript resources? Set up/git repos etc? |
Beta Was this translation helpful? Give feedback.
-
|
As this discussion was being used mainly to ask questions and not intros, I moved it to questions, to remove the "General" Discussions category and leave mainly the "Questions" category. 😅 |
Beta Was this translation helpful? Give feedback.
-
|
What is would be the best testing framework for FastAPI + SQLModel + Alembic application? |
Beta Was this translation helpful? Give feedback.
-
|
How to apply foreign key in fastapi models.py file using SQlAlchemy |
Beta Was this translation helpful? Give feedback.
-
|
Hi, Does FastAPI support any data engineering libraries other than pandas that can be used efficiently and in an optimized way to process the data in FastAPI application ? FastAPI application will be deployed in kubernetes environment. We are dealing with huge number of data (let's say around 50,000 records per API request) that will be processed, transformed to the required schema format in our FastAPI application. |
Beta Was this translation helpful? Give feedback.
-
|
Hi all! For me it would be quite practical right now to process an arbitrary form from a FastAPI method, like this: @app.post("/")
def process_any_form( ... ):
passThe problem is – how do I specify it (the Thanks for any hints! |
Beta Was this translation helpful? Give feedback.
-
|
Hi all, We have implemented fast api application with pydantic v1 and with release of pydantic v2 we were able to migrate using bymp-pydantic but we have used OneLogin package and imported OneLogin_Saml2_Auth , there are pydantic errors from this package , how do we resolve this ? Any help , would be much appreciated Thank you! |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
Actually I haven't much idea what is FastAPI and Why use it. |
Beta Was this translation helpful? Give feedback.
-
|
@oscarcheerup Hey there, it is great to know that you're excited about learning FastAPI, if you are looking for any websites built using FastAPI then let me tell you that, FastAPI is a backend technology that is used to develop servers for websites, and to learn about it I will recommend the official documentation, they have structured it in pretty good format such that you will find everything easy and learning will be smooth, here you go fastapi docs. |
Beta Was this translation helpful? Give feedback.
-
|
hello guys , actually I am working in a project and I couldn't figure out . How to do that stuff . frontend is next js and backend is fast API so my question is I am storing some responses in this format How can I fetch it in a rich text editor format in frontend ? What libraries should I use ?? |
Beta Was this translation helpful? Give feedback.
-
👋 Hello, FastAPI Community!I'm Sanjin, and I've been using FastAPI for two years to build backends for a statewide coding competition in Melbourne, Australia. 🇦🇺 So far, over 5,000 students have used it, and the backend has held up great! 💪 🚀 This Year's Ambitious SetupWe're running an exciting project with these features:
🔗 Check It Out!You can find the project here: Agent Games on GitHub 🙏 Feedback and Collaboration WelcomeI'd love any feedback on the project! The full-stack app takes just 10 minutes to set up locally. There are usually a dozen issues you can take on if you're interested in collaborating as well as an opportunity to create much cooler games than we came up with so far! Let's build something amazing together! 🌟 |
Beta Was this translation helpful? Give feedback.

As this discussion was being used mainly to ask questions and not intros, I moved it to questions, to remove the "General" Discussions category and leave mainly the "Questions" category. 😅