Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 999 Bytes

File metadata and controls

59 lines (41 loc) · 999 Bytes

Instructions:

Mobile --cd mobile --npm install --npx expo start

Frontend --cd frontend --npm install --npm run dev

Need to install in backend

Need na iinstall sa Build Tools for Visual Studio 2022 • Desktop development with C++" workload • MSVC v143 • Windows 11/10 SDK

Backend --cd backend

if wala pang venv folder gawa ka nito: --python -m venv venv

continue: --.\venv\Scripts\activate

install the needed requirements if wala pa: --pip install -r requirements.txt

continue and run the web/backend server: --uvicorn server:app --reload

--SHORTCUTS--

--backend shortcut cd backend .\venv\Scripts\activate uvicorn server:app --reload

--frontend shortcut cd frontend npm run dev

--mobile shortcut cd mobile npx expo start

--backend mobile cd backend .\venv\Scripts\activate uvicorn server:app --host 0.0.0.0 --port 8000