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
to run:
vscode: File > Add Folder to Workspace for both web and api folder
open terminal for each
command to run api: uvicorn main:app --reload
command to run web: pnpm run dev