Skip to content

Developing an automated inventory management system leveraging Python with Django for the server-side logic, ORM for seamless database interactions and lightweight framework. PostgreSQL for database management and integrating a barcode using the ScanApp API with JavaScript. Utilizing Django's URL routing and views to handle incoming barcode data

License

Notifications You must be signed in to change notification settings

jalepino1/QR-Inventory-Tracking-Web-App

Repository files navigation

QR Inventory Tracking Web App

This web app was developed to allow automated inventory tracking to replace a manual and slow process of using excel sheets and manual comparisons.

Explore the docs »

About The Project

Developing an automated inventory management system leveraging Python with Django for the server-side logic with PostgreSQL for database management.

Inventory tracking is done with an integrated barcode using the ScanApp API. A JavaScript function utilizes this API to process QR codes and barcodes. Django's URL routing, template language, and views allow real-time comparison between the QR data, and the data within the database.

Django's built-in authentication features allow permissive access to the web app, as well as CSRF tokens for cross site communication.

The Inventory Management system includes tables that tracks all data within the database in addition to the last time each specific item in the database was last checked. This is done using Django's built-in templates with HTML and Django template language, and CSS for styling. Additionally, forms were made using Django's built in forms and relation with the database.

This project utilizes AWS EC2 and RCS instances to cloud host the PostgreSQL database, as well as the Django web application. Domain and SSL certificate rights were acquired using Amazon LightSail, Route 53, and AWS Certificate Manager.

(back to top)

Built With

  • Django
  • Bootstrap
  • PostgreSQL
  • AWS

(back to top)

Benefits

Automate Manual Tasks:

  • Barcode and RFID scanning can speed manual inventory checks, inventory searches and decrease labor cost.

Error Reduction:

  • Using software reduces errors from manual entries and display other information using algorithms.

Greater Organization:

  • Inventory Management Systems help create better organization structures. They allow categorization of different items within an inventory and track products simply and effectively.

Data Security:

  • Inventory Management Systems allow users to restrict the access to their inventory. Permissions like this can help prevent data breaches and ensure confidentiality through means of encryption.

(back to top)

License

MIT License

Copyright (c) 2024 Henry Crawley

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

(back to top)

Contact

Henry Crawley - @LinkedIn - hengeno818@gmail.com

Project Link: https://github.com/jalepino1/QR-Inventory-Tracking-Web-App

(back to top)

About

Developing an automated inventory management system leveraging Python with Django for the server-side logic, ORM for seamless database interactions and lightweight framework. PostgreSQL for database management and integrating a barcode using the ScanApp API with JavaScript. Utilizing Django's URL routing and views to handle incoming barcode data

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published