You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Download this project.
Open terminal application of choice (CMD or PowerShell), and navigate to the root directory of the project: [where did you put it]/Inventory-App/
Run python -m pip install -r requirements.txt to download necessary packages.
Linux: pip install -r requirements.txt.
Navigate to /Inventory-App/inventory-project/
Start the local server by running python -m manage runserver
Linux: python manage.py runserver
The web application will then be accessible at http://localhost:8000/inventoryapp/.
About
A basic inventory management application prototype.