Getting Started
- Create a Project from the home page.
- Upload OpenAPI (3.x) file in Project page. Each upload creates a new version.
- (Optional) Upload ERD image for visual reference.
- 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.
- Test tasks via Test Console or each task link.
- Export tasks to OpenAPI snippet or Postman collection.
- Iterate: upload a new schema version when your DB/API evolves.
- Tip: Use keyboard shortcuts — Ctrl/Cmd+S to preview/save in the builder.