Guide
Essentials
- Installation
- Introduction
- Context
- Payloads
Command Line
- CLI
- Initialize
- Generate
Directory Structure
- Tree
- Authentication
- Authorization
- Context
- Handlers
- Internal
- Middleware
- Models
Design File
- design.json
Models
- Models
Concerns
- Concerns
Examples
- TODO's
Meta
- Meet the Team
Internal
The internal directory handles much of the app’s “plumbing”. None of the contents of this directory should be directly editable and any changes will be lost the next time the $ design-first gen
command is run.
my-first-api
│ ...
│
│
│
│
│
└src
│
│
└internal
│ <NOT SHOWN - DO NOT EDIT>
│
│
│
│
└...
← Handlers
Middleware →
Caught a mistake or want to contribute to the documentation?
Edit this page on GitHub!