https://github.com/taylorhartsfield/inventory-tracking-application
An inventory tracking application built for the Backend Shopify Internship Application for Fall 2022
https://github.com/taylorhartsfield/inventory-tracking-application
Last synced: 4 months ago
JSON representation
An inventory tracking application built for the Backend Shopify Internship Application for Fall 2022
- Host: GitHub
- URL: https://github.com/taylorhartsfield/inventory-tracking-application
- Owner: TaylorHartsfield
- Created: 2022-05-16T03:53:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-23T21:02:54.000Z (almost 3 years ago)
- Last Synced: 2024-11-22T12:12:39.039Z (7 months ago)
- Language: Python
- Size: 14.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inventory Tracking Application
Hey there! Thank you for reviewing my application.
This is an inventory tracking application built for the Backend Shopify Internship Application for Fall 2022. Since this build, I have learned so much more and am working on optimizing this code for a better user experience. You will soon be able to view a new repo showing the growth I have made in a just a couple of months.# Run Application
This application has been configured to run on Replit.You can assess the webpage directly from your browser here: https://shopifynix--taylormay093.repl.co/
You can access it here from Replit here:
https://replit.com/@TaylorMay093/ShopifyNix#.replitThis application is viewable and interactable from either a desktop or mobible device.
# About
This application features basic CRUD functionality and the ability to create a shipment, add inventory to those shipments, and update the main warehouse inventory accordingly.# Important features and notes
Built with Python, HTML, CSS and SQLAlchemy# Navigation
Navigation for this application is accessed through the navigation bar:
# Create Inventory

# View Current Inventory
You can navigate to the view page from the Navigation Bar, or you will be rerouted to view after adding a new item to inventory.
# Edit/Delete Inventory
From the 'View' page, you have access to edit existing inventory and delete existing inventory. To access this, you can click on the specified buttons.
# Add item to a shipment/View Shipments
You can add items to a shipment and filter by Shipment name to view all items allocated to a specified shipment by using the 'Add to Shipment Tab' and 'View All Inventory In Shipment' Button.
![]()