Structure
Modus fits within the natural language structure of your app code, with configuration separated from your source code.App manifest
Themodus.json
app manifest is the central
configuration file for your Modus app. It defines the endpoints, connections,
models, and collections that your code has available to it during runtime.
Because Modus is a secure-by-default framework, only the resources defined in
this file are accessible to your app.
Initializing your app
When you initialize your app with themodus new
command, the Modus CLI
scaffolds your app with the necessary files and directories.