From 305681a551f861d1479ae27447254de9b45e3928 Mon Sep 17 00:00:00 2001 From: Devin Jaggernauth Date: Fri, 24 Jun 2022 08:58:20 -0400 Subject: [PATCH] first commit --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7726031 --- /dev/null +++ b/README.md @@ -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