Skip to content

ahmadfaa1z/Inventory-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Personal Inventory App

Home page

Items page

To create and run the app locally

  • Clone repository
  • Install dependencies
    • Python Dependencies
      • Make sure you are in the folder that contains Pipfile
      • Run pipenv install
        • Requires pipenv (pip install pipenv)
    • Node Modules
      • Change directory to the static folder
      • Run npm install
  • Running the app
    • Activate environment
    • Run python3 app.py