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
pip install -r ./requirements.txt
_______________________________________________________
To Test:
docker-compose up -d checkup_db
uvicorn main:app --port 8002 # app will start on port 8000
visit localhost:8002/docs for api doc