-
Notifications
You must be signed in to change notification settings - Fork 3.4k
File Structure
Brent Willems edited this page Jun 19, 2019
·
18 revisions
From v0.4.x all the application code has been integrated into a number of packages. Each package uses MVC on the server and client. Below is the overall file structure as well as the package file structure
- /config - Configuration
- /packages - Full stack package public/server file structure
- [Files] (fs-files) - Files and uses
All of the Packages code resides in the /packages directory.
The package can be thought of as a mini mean project following the same file structure
See the packages section for more details about the packages file structure
- Getting Started Guides
- Deployment
- Testing
- System Deep Dives
Aggregation- Packages
- Database
- Menus
- Circles (roles/permissions) High Level Overview
- Circles code examples
- User Auth withJWT
- Contributing