Prompt Engineering Forum
A Private Forum For Premium Users
Notifications
Clear all
FastAPI and UVICORN server tip or trick
API Development
2
Posts
2
Users
1
Likes
301
Views

Topic starter
I discovered, a trick that will make my life easier and I thought I'd share. Put this at the end of your main app file to automate the start of the server when you click the run button in your IDE.
from fastapi import FastAPI ... app = FastAPI() ... if __name__ == "__main__": import uvicorn uvicorn.run(app)
Regards,
Earnie Boyd, CEO
Seasoned Solutions Advisor LLC
https://calendly.com/seasonedsolutionsadvisor
Posted : 31/05/2023 11:59 pm
Hasan Aboul Hasan reacted
Nice! thanks for sharing
Posted : 01/06/2023 7:39 am
Forum Jump:
Forum Information
Our newest member: Rahul Kulkarni
Forum Icons:
Forum contains no unread posts
Forum contains unread posts
Topic Icons:
Not Replied
Replied
Active
Hot
Sticky
Unapproved
Solved
Private
Closed