Skip to content

Python + Django + React web app to track items in my personal inventory, mostly my home automation and IoT gear.

Notifications You must be signed in to change notification settings

moh-i-ahmed/inventoryTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inventory Tracker

An app I'm creating to track my growing personal inventory comprised mostly of home automation gear (IoT), some gaming stuff, and other knick-knacks but it could extend to other things.

Check out the project issue/feature tracker here: Inventory Tracker GitHub Project

Tech Stack


Installation & Usage

Pre-requisites: Before you can run the application, ensure the following pre-requisites are installed:

Run instructions

  1. Clone/download the repo.

    git clone https://github.com/moh-i-ahmed/inventoryTracker
    
  2. Run the Django app server.

    cd <repo_location>/inventoryTracker/inventoryTracker
    python .\manage.py makemigrations
    python .\manage.py migrate
    python .\manage.py runserver
    
  3. Run the React app.

    cd <repo_location>/inventoryTracker/inventoryTracker/frontend
    npm run dev
    
  4. After the application starts, go to http://127.0.0.1:8000 to view it in the browser.

About

Python + Django + React web app to track items in my personal inventory, mostly my home automation and IoT gear.

Topics

Resources

Stars

Watchers

Forks