In order to run this project you need to have the following gems installed:
- sinatra
- active_support
- rspec
To run the API, you can achieve that just by: ruby api.rb - it will up the server in the default port (4567)
You can run the tests by simply calling: "rspec" from the terminal