December 2014
Intermediate to advanced
214 pages
4h 6m
English
There's lots of consensus among the main frameworks and libraries about how to do MVC architecture, declarative bindings, and so on. Your choice will deeply influence your architecture.
Some frameworks recommend a specific directory structure to be followed, but some others are more flexible.
We'll adopt a boilerplate to build our API in the next chapters, and we'll discuss more about server structure and code organization; we should always think with regard to maintenance and scalability of the application. For now, let's see an example of a basic structure in detail that is very common to all MVC patterns:

A simple basic ...
Read now
Unlock full access