Getting Started

  1. Create a Project from the home page.
  2. Upload OpenAPI (3.x) file in Project page. Each upload creates a new version.
  3. (Optional) Upload ERD image for visual reference.
  4. Create a Task:
    • Route: name, method, path, params (path/query/body).
    • Entity & Fields: pick exactly what the frontend needs.
    • Fixture & Preview: mock values and preview the response.
  5. Test tasks via Test Console or each task link.
  6. Export tasks to OpenAPI snippet or Postman collection.
  7. Iterate: upload a new schema version when your DB/API evolves.
  8. Tip: Use keyboard shortcuts — Ctrl/Cmd+S to preview/save in the builder.
Loading...