Build your backend in a few minutes with our open-source CLI and platform. Get the scalable codebase and infrastructure with the best industry practices and add any API, configs, database that you want.
openapi: "3.0.0"
...
paths:
/handler:
get:
summary: Sample Handler
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/HandlerResponse'
components:
schemas:
HandlerResponse:
type: object
properties:
value:
type: string
required:
- value
We use OpenAPI to connect services and frontends. With it requests to API look and feel like local function call, but under surface Mify generates a powerful client with clear logging and metrics.
Mify provides a growing set of components which support your service. You can easily set up authentication, structured logging, metrics and service configuration.
Product
© Copyright 2024 Mify