open first terminal : go to backend : cd smartbi-backend-main : pip install -r requirements.txt : python -m uvicorn api.main:app --host 0.0.0.0 --port 8000 open second terminal : go to frontend : cd smartbifrontend-main : npm i : npm start