Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 619 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 619 Bytes

Home Inventory Flutter Repository

Setup

Inorder to run this app you need to run django backend on your network and connect it to the app.

1. Install the backend

2. Find your IP address and copy it

    ipconfig

3. Open lib/constant/constant.dart and replace ip address with yours

static String baseURL= "http://192.168.0.202:8000/api/";
//                            | Your Ip addr|

4. Run the program