-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 305681a
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |