Skip to content
Ian Mora edited this page Jul 21, 2021 · 3 revisions

Folder Structure:

There are 4 main folders admin, client, and teach to have the same folder structure.

.__admin
|..|__routes(api and paths)
|..|__views(ejs files)
|..|__index.js (server)
|__client
|..|__routes(api and paths)
|..|__views(ejs files)
|..|__index.js (server)
|__teach
|..|__routes(api and paths)
|..|__views(ejs files)
|..|__index.js (server)
|__db
...|__creacion_tablas.sql (script for build tables, views, functions and procedures)

Clone this wiki locally