✍Model DefinitionsDefine your model, validations, relations, middlewares, etc. in a declarative way to build your API in minutes.
🛠️Routes HandlingAxe API will not just create all of your API endpoints automatically. It will also process all of them by your model definition.
⚓HooksUsing hooks is a very elegant technique to add your business logic to your API endpoints in a test-friendly way.
💡Robust QueriesAdding robust query features to your API such as sorting, selecting fields, or querying data will cost you nothing.
⚡️Schema AnalyzingAxe API analyzes your database schema in the initialization process to compare your models with it.
📄Auto DocumentationAxe API creates documentation automatically by checking your model definitions, table relations, database schema, etc.