doudejans / web-scale-data-management

Project work for IN4331 Web-scale Data Management
0 stars 2 forks source link

Stock service #9

Closed plammerts closed 4 years ago

plammerts commented 4 years ago

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.