Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mentalcaries committed Jun 24, 2022
0 parents commit 305681a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Warehouse Inventory Management System

This is a simple application for inventory management system that includes
1. a product viewer which displays all product data
2. inventory management tool which can update local and global quantities of a product based on location

This is a single page application built using React, which is served by Node/ExpressJS on the back end querying a MySQL DB

There's no responsive behaviour set for mobile, as this is primarily intended for use by warehouse staff, however this may be fixed in future iterations.

View the deployment here: https://jls-inventory-frontend.herokuapp.com/
# warehouse-inventory-ts

0 comments on commit 305681a

Please sign in to comment.