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 Follow the step given here 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