Skip to content
camposer edited this page Aug 8, 2012 · 10 revisions

I've developed a very simple RESTful app, only considers CRUD operations over an user entity.

I followed some good recommendations mentioned in this article, shared by jjeronimo.

To be continued...

Things for commenting:

  • Names convention (plural)
  • Facade-Service
  • Routing
  • HTTP Status
  • "call" method in common.js
  • Some testing using cURL

Clone this wiki locally