##Final Project - Introduction to Service Engineering 2013

###Collaborators

  • Endrit Bajo
  • Francesco Maturi
  • Lorenzo Rigato

###Services REST

  • Inspirational Quotes: This is a simple REST Service written in Ruby On Rails and Deployed on Heroku that provides some Motivational Quotes as a JSON.
  • Web Server: It gathers all the funcionatlities offered by the other services and merges them in one REST service. The web client, written in backbone.js, calls the webserver and exposes its functionalities.
  • Suggest Activities Service: Given a person and his goals, this webservice suggests what activities the person should perform.

###Services SOAP

  • Motivational Quotes Adapter: This is an adapter to the inspirational quotes service.
  • Storage Service: This service provides the apis needed to store data on the database.
  • Food Service: The food service, given a list of ingredients, can calculate their nutritional values or suggest recipes based on those ingredients.
  • CaloriesCalculator: A simple service that implements some formulae to calculate calories stuff (Ideal Weight, Ideal Amount of Calories per day etc.)