Python Project Deployment Error on Vercel
Actually I deployed my python project made using fastapi and postgress as database in vercel but got an error after deploying it showing this :
This Serverless Function has crashed.
How to Implement a Generic Approval System in FastAPI That Reuses Endpoint Dependencies?
I am looking to implement a generic approvals system in my FastAPI application. The system should enforce an approval flow on endpoints it is added to, such that:
How to create services on Windows using an API (FastAPI)
lately I had an idea to create an API with FastAPI where it would create services on windows. Do you think it’s possible or complete madness? I didn’t find any article talking about