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
install package: pip install -r requirements.txt
create .env file with 3 fields: MONGO_USER_NAME, MONGO_PASSWORD and GOOGLE_API_KEY
run server with command: uvicorn main:app --reload