CRM Rails

A demo CRM for my talk on "The Thick Front-End".

There are 4 applications in this series:

  • CRM Rails. A standard Rails app with no ajax and an API. Shows the baseline of how most apps are developed today.
  • CRM Rails-jQuery. A fork of CRM Rails that uses basecamp-style ajax.
  • CRM Angular. An Angular.js app that interfaces to either CRM Rails or CRM node.js.
  • CRM node.js. A drop-in replacement for the CRM Rails API written in node.js.

TODO

  • API documentation