Skip to content

LordExodius/Inventory-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Inventory-App

Functionality

  • Create, edit, delete, and view inventory items
  • Export to CSV

Prerequisites:

  • Python 3.9.x
  • Windows 10
    • Note: This was built and tested in Windows 10, and so I do not have the ability to verify it works on other operating systems. I will provide Linux/Unix equivalent instructions, but cannot guarantee they work.

Instructions

  1. Download this project.
  2. Open terminal application of choice (CMD or PowerShell), and navigate to the root directory of the project: [where did you put it]/Inventory-App/
  3. Run python -m pip install -r requirements.txt to download necessary packages.
    • Linux: pip install -r requirements.txt.
  4. Navigate to /Inventory-App/inventory-project/
  5. Start the local server by running python -m manage runserver
    • Linux: python manage.py runserver
  6. The web application will then be accessible at http://localhost:8000/inventoryapp/.

About

A basic inventory management application prototype.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors