This PR contains the stock service. As it does not depend on the other services, it is fully implemented. The implementation is mainly based on #3.
Question
As stated in the assignment, creating a new stock item should "add an item, and its price and returns its ID." What is the meaning of price? Or is it equivalent to the number of stock items? For now, I just set the stock amount of a new item to 0.
This PR contains the stock service. As it does not depend on the other services, it is fully implemented. The implementation is mainly based on #3.
Question As stated in the assignment, creating a new stock item should "add an item, and its price and returns its ID." What is the meaning of price? Or is it equivalent to the number of stock items? For now, I just set the stock amount of a new item to 0.