youtube link for running: https://youtube.com/shorts/BP8smw1yFJA?feature=share
Make sure you have these installed: -Python 3.9+ -Node.js + npm -MongoDB (local or Atlas) -Expo Go app (on your phone, for testing)
If you prefer manual steps cd backend python3 .venv/bin/activate pip install -r requirements.txt uvicorn backend.main:app --reload -- host 0.0.0.0 --port 8000 -- in a new terminal cd mobile npm install npx expo start -c
Other Option:
- Start script --> In the root of the terminal enter ./run_all.sh
To Test Code: --> Scan the qr code to test on expo go mobile --> or go to the line that says "Web is waiting..." in the expo return --> copy the URL into the browser (This will be shown in the example video)