lpostyles.blogg.se

Java inventory management system github
Java inventory management system github












Order a product by Category id and product id.User can add/update/get product using the provided REST API's.(Product - Milkshake with ingredients - sugar, milk, cream, chocolate) It is assumed here that, 1 unit of ingredient is needed for every order placed. End user needs to specify the ingredient for the product.Create Product for a category and provide ingredients required.User can add/update/delete/get ingredients using the provided REST API's.(milk, chocolate, sugar, bread, cream, etc.) Creates an ingredient with a specified quantity, this quantity is the stock available in the kitchen.Create Ingredients with available quantity.User can add/update/disable/get category using the provided REST API's.

java inventory management system github

  • Creates a specific category such as Starter, MainCourse, Supper, Desert, Beverages, etc.
  • java inventory management system github java inventory management system github

    Here is what this little application demonstrates:Īuthenticates the end user is done by calling /ims/login and provides JWT token (Access token)Īccess token needs to be provided in header for accessing all other IMS API.Īfter successful login, end user needs to perform the following using exposed rest API's It uses an mysql hosted on AWS to store the data. The service is just a Inventory management system REST service.














    Java inventory management system github