Zeromagic empowers you to create well-organized and scalable APIs using a modular approach. This means you can break down your project functionalities into smaller, independent units called modules. Each module can be independently developed, tested, and deployed, promoting efficient API development and maintenance.

Within your newly created module, you can define specific API routes (RESTful or GraphQL) that expose functionalities related to the module’s purpose.

Create Module

  • To create a new module, head to the SERVICES section in the project console.

sidebar-module

  • Click Rest API or GraphQL and this will typically launch a form to define your module’s details.
  • Enter a name and api path that identifies the purpose and functionality of this module (e.g., “payments/,” “product-catalog/”).

module-details

  • Click on Create Module and your module will be created.

  • Once created, you can start adding API routes and GraphQL APIs to the module as needed.


Supported API Architecture