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
the apis.py contains all the api for a simple calculator app .
I have used fast api here ... to practcally learn and perfect the basics of Fastapi .
I have also used uvicorn standard
I have done this in python (ver = 3.10.11)
About
this was just a small project to grab the basics of fast api' Httpe exception and query methods , it contains just the api's that can be called from he frontend ... I am learning through the process by doing small development like these