Skip to main content

Testing

  • Use an API client like Postman to manually test each generated endpoint and verify it returns the expected responses.
  • Write automated integration tests to cover your core use cases, including CRUD operations and edge cases.
  • Validate authentication flows by testing signup, login, token refresh, verify email and logout endpoints.
  • Monitor error messages and logs during testing to identify issues and adjust your schema or configuration before deployment.