* Creates a specific category such as Starter, MainCourse, Supper, Desert, Beverages, etc.
After successful login, end user needs to perform the following using exposed rest API’s.Access token needs to be provided in header for accessing all other IMS API.Authenticates the end user is done by calling /ims/login and provides JWT token (Access token).Here is what this little application demonstrates: It uses an mysql hosted on AWS to store the data. The service is just a Inventory management system REST service.