Sensai Project Structure
This page is meant to provide references (a table of content of some sort) for all files, folders and naming conventions within a Sensai project.
Top-level folder
api | API Routing directory |
Top-level files
Sensai | |
package.json | Project dependencies and scripts |
.gitignore | Git files and folders to ignore |
tsconfig.json | Configuration file for TypeScript |
api
Routing Conventions
Routing Files
route | .js .ts .cjs .mjs | Route |
mock | .js .ts .cjs .mjs | Mock |