It is mobile version of iDebt
First of all you need to clone project.
git clone https://github.com/mrgrecha/idebt.git
Then you need to setup Expo. There you can find how to do it.
After installing Expo. Install dependecies.
yarn
or
npm install
Finally run
expo start
There you will find QR code. Scan it with your phone camera. Notice that your phone and laptop must use the same WI-FI.
How to run backend you can find it readme of iDebt Run iDebt on 0.0.0.0:8000:
python3 manage.py runserver 0.0.0.0:8000
When you run expo you can find IP of it(on top of the QR-code). Add it to ALLOWED_HOSTS in settings Then update constant LOCAL_API_IP in .env