An api that allows us to:
- Manage our shopping list
- Defining promotions for products
- Calculate the best set of promotions for products given in shopping list
In order to start the app, you have to type standard commands for starting ruby server and generate a database, namely:
rake db:setup
rails server
List of available endpoints can be obtained by:
rails routes