stern-devops-2020-inventory / inventory

The inventory resource keeps track of how many of each product we have in our warehouse. At a minimum it should reference a product and the quantity on hand. Check with the Product team for the format of the product id. Inventory could also track restock levels and the condition of the item (i.e., new, open box, used). Restock levels will help you know when to order more products. Being able to query products by their condition (e.g., new, used) could be very useful.
Apache License 2.0
0 stars 0 forks source link

CREATE vagrant file with depedencies #2

Closed azelenovsky closed 4 years ago

azelenovsky commented 4 years ago

As a Developer I need the ability to have a vagrant file bring up all of my dependencies So that I can do development and commit to github.

Assumptions:

We will be following the same stack as Professor Rofrano.

Acceptance Criteria:

Given that a team member opens the terminal at the project's directory When I run vagrant up Then it loads the vm machine with the correct dependencies

azelenovsky commented 4 years ago

In order for the team to start developing, a vagrant file with all the dependencies needs to be created.

Maria-Bruno commented 4 years ago

I closed this issue because the actual task was covered by "create skeleton project" issue #20