Full stack warehouse management application website that allows users to manipulate warehouse data and its many components. Utilized the MERN stack(MongoDB, Express.js, React.js, Node.js).
Hosted via Heroku.
Navigate to a componenet page (bins, products, inventory, orders or order lines.
Press the '+' icon on the banner. Enter the info into the modal and click 'Add'.
Press the 'Delete' button on the specific item and it should be deleted immediately.
Click on the selected item's id field (the long number+letter combination following '_id') and it will bring up a model. Enter the changed info into the modal. Click 'Update'.