๐๏ธ Controllers
Controller are used to create endpoints and where most of you business logic will live.
๐๏ธ Database
Kult uses TypeOrm under the hood you can reference their docs for more information.
๐๏ธ Plugins
Plugins are functions that run when the server boots and is an easy way to extend your application.
๐๏ธ Graphql
@kult/graphql is a graphql plugin for @kult/core
๐๏ธ Request Validation
The @Validation decorator can be used to validate the request body or query parameters:
๐๏ธ Drive
The drive helper allows to easily manage the file system
๐๏ธ CORS
Configuration
๐๏ธ Decorators
Built-in decorators