August 2016
Intermediate to advanced
376 pages
6h 33m
English
Before we dive directly into the code, we will understand how the directories structure of Keystone works.
After starting the application, we will have the following result:

Keystone directories structure
Here's a description of what makes each directory/folder:
|
Folder Name |
Folder Path |
Description |
|
Models |
/models/ |
Application database Models. |
|
Public |
/public/ |
Images, JavaScript, Stylesheet, and fonts. |
|
Routes |
/routes/
/routes/views
|
View controllers (On Restful API we can use a folder called API). |
|
Templates |
/templates/
/templates/emails/
/templates/layouts/
/templates/mixins/ ... |