Skip to content

mrgrecha/idebt

Repository files navigation

iDebt

It is mobile version of iDebt

How to run project locally?

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 connect with backend?

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published