You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Run FastAPI in 8001 port
uvicorn FastAPI.api:app --reload --host 127.0.0.1 --port 8001
About
If you are looking for a Djnago app which has a Django default admin panel and basic ORM and want to use FastAPiI for API end points instead of Django Rest Framework (DRF), the this will help.