Model Definitions
Define your model, validations, relations, middlewares, etc. in a declarative way to build your API in minutes.
Next Generation Rest API Framework
You can quickly create a Rest API by simply defining models and relationships.
Define your model, validations, relations, middlewares, etc. in a declarative way to build your API in minutes.
Axe API will not just create all of your API endpoints automatically. It will also process all of them by your model definition.
Using hooks is a very elegant technique to add your business logic to your API endpoints in a test-friendly way.
Adding robust query features to your API such as sorting, selecting fields, or querying data will cost you nothing.
Axe API analyzes your database schema in the initialization process to compare your models with it.
Axe API creates documentation automatically by checking your model definitions, table relations, database schema, etc.