Skip to content

Repository files navigation

OpenAPI Test App

This is a Next.js project designed for testing OpenAPI documentation generation based on simple types. The application provides a clean interface to interact with API endpoints and view their documentation.

Getting Started

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

The home page provides links to test the available API endpoints:

  • /api/openapi - View the generated OpenAPI documentation
  • /api/hello - Test the Hello API endpoint

API Endpoints

This application includes the following API endpoints for testing:

/api/hello

A simple Hello World API endpoint that demonstrates basic API functionality.

/api/openapi

Serves the OpenAPI documentation for all available endpoints, allowing you to explore the API schema and test endpoints directly.

/api/test

Additional test endpoint for API functionality validation.

About

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages