May 2018
Intermediate to advanced
470 pages
13h 54m
English
On the server side, we divided the code according to functionality by separating code that defines business models from code implementing routing logic and code that responds to client requests at these routes:
| -- server/ | --- controllers/ | --- models/ | --- routes/
In this structure, each folder contains code with a specific purpose:
Read now
Unlock full access