
An updated and RESTFul api version of tomalared, based on rails-api (Rails 4.1.4), We have now a backend speaking JSON, with an AngularJS client https://github.com/gamesrol/tlr-client
-
Ruby version 2.1.2p95
-
System dependencies
mysql_server, libmysqlclient-dev,
-
Configuration
$ bundle install$ nano tomalared-api/config/database.yml -
Database creation and initialization
rake db:migrate db:create -
How to run the test suite
...