Skip to content

Floran-Github/Home-Inventory

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published