Sr. Software Developer
twitter.com/iozguradem
github.com/ozziest
twitter.com/axeapi
github.com/axe-api
linkedin.com/in/ozguradem
Axe API is a TypeScript-based Node.js framework designed to eliminate the need for repetitive tasks associated with common elements while allowing developers to focus on custom logic.
It offers a comprehensive structure for your API, including numerous features and best practices that will save you time.
Axe API doesn't require a Controller file. It is not an MVC framework.
It reads and understands your models and their relationships with each other, to create the API.
Axe API analyzes the model and handles all CRUD endpoints.
No need to write a Controller.
Instead, use your declarative model file.
Use hooks functions to add your custom logic.