Understand the structure of a Modus app
modus.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.
modus new
command, the Modus CLI
scaffolds your app with the necessary files and directories.