This app will be a mock inventory system for a store. Users (employees) can log in and enter items into inventory. Employees can then search for items in the inventory and also "scan" (basically mock the IDs that would be on a scanned barcode) to get information about an item or also mark it as sold. Also employees can create reports about items sold on a specific day, how much has sold in a certain timespan, and other stuff when I think of more features.
Stars
0
Forks
0
Watchers
0
Open Issues
6
Overall repository health assessment
^2.4.3^9.0.3^4.17.1^8.5.1^5.6.57
commits
added wildcard search for items, added report to return all items uploaded in the last 24 hours and items uploaded in the past week
924d747View on GitHubadded user login/logout/creation functionality, created the majority of functionality for item addition, will flesh out the item functionalities further and test
87c57eeView on GitHubset up the basic express server and database that will be used to store all of the different information for this inventory app
c0b75faView on GitHub