Skip to content

Commit d3b8c43

Browse files
author
Angel Garcia
committed
Modified directory structure on README
1 parent 5156b5e commit d3b8c43

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

README.md

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -89,25 +89,12 @@ console
8989
migrations/ contains database migrations
9090
models/ contains console-specific model classes
9191
runtime/ contains files generated during runtime
92-
backend
93-
assets/ contains application assets such as JavaScript and CSS
94-
config/ contains backend configurations
95-
controllers/ contains Web controller classes
96-
models/ contains backend-specific model classes
92+
api
93+
config/ contains api configurations
94+
modules/ contains Web controller classes
9795
runtime/ contains files generated during runtime
98-
tests/ contains tests for backend application
99-
views/ contains view files for the Web application
96+
tests/ contains tests for api application
10097
web/ contains the entry script and Web resources
101-
frontend
102-
assets/ contains application assets such as JavaScript and CSS
103-
config/ contains frontend configurations
104-
controllers/ contains Web controller classes
105-
models/ contains frontend-specific model classes
106-
runtime/ contains files generated during runtime
107-
tests/ contains tests for frontend application
108-
views/ contains view files for the Web application
109-
web/ contains the entry script and Web resources
110-
widgets/ contains frontend widgets
11198
vendor/ contains dependent 3rd-party packages
11299
environments/ contains environment-based overrides
113100
```

0 commit comments

Comments
 (0)