Bear Tracking allows organizations to manage in stock inventory and restock orders.
The app is deployed to Bear Track
This system allows managers with administrator status to create accounts with appropriate access privileges for their employees.
Inventory items can be created and modified in the system, and item counts can be modified.
Orders can be opened when placed and closed when the ordered items are received.
- 0.0.1
- Work in progress
Describe how to install all development dependencies and how to run an automated test-suite of some kind. Potentially do this for multiple platforms.
git clone
cd project/folder
npm install
npm run serve:live
- Fork it (https://github.com/chingu-voyage3/bears-10/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request