Video Demonstration

Project information

  • Category: Full Stack Programming
  • Client: NSCC
  • Project date: March - April 2020

Details:

This school project wac created for my Python course (Web Application Programming II), and was my final project in the subject. My task with this project was to build a CRUD inventory system using the Python framework, Django.

The purpose of this inventory system was to allow authenticated users to have the ability to create items and categories, either through the "create item" and "create category" pages that I have created (which can only be accessed by authenticated users), or through the Django admin page, which uses similar functionality.

For users both authenticated and not authenticated, they will be able to see a "store" page that displays each of the items that the user has created in a table. In each table entry, all of the item attributes are displayed, inlcuding the item picture, category, price, description, quantity, and SKU.