fastapi-code-generator
API generator
Generates a FastAPI application from an OpenAPI file
This code generator creates FastAPI app from an openapi file.
1k stars
22 watching
109 forks
Language: Python
last commit: 2 days ago
Linked from 1 awesome list
fastapigeneratoropenapipydanticpython
Related projects:
Repository | Description | Stars |
---|---|---|
dmontagu/fastapi_client | Generates an API client library from an OpenAPI spec | 336 |
openapi-generators/openapi-python-client | Automatically generates Python client libraries from OpenAPI 3.0 and 3.1 documents | 1,379 |
createapi/createapi | A tool for generating Swift code from OpenAPI specs | 418 |
openapitools/openapi-generator-cli | Automates code generation for API clients and servers from OpenAPI specifications | 1,487 |
mongodb-labs/full-stack-fastapi-mongodb | A full-stack application generator for building progressive web applications with FastAPI and MongoDB | 540 |
identixone/fastapi_contrib | A collection of utilities and features for building FastAPI applications | 623 |
wei18/github-rest-api-swift-openapi | Automated code generator for GitHub's REST API in Swift | 14 |
awtkns/fastapi-crudrouter | Automates creation of CRUD routes for models in a FastAPI application | 1,425 |
alekshura/sourceapi | An API code generator that uses OpenAPI definitions to create abstract base controllers and data transfer objects (DTOs) for .NET Core applications. | 14 |
hxjo/fastapi-inertia | An adapter that integrates Inertia.js with FastAPI, enabling the creation of web applications using these technologies. | 29 |
ycd/manage-fastapi | A CLI tool for generating and managing FastAPI projects with customizable boilerplates and project structures. | 1,701 |
ferdinakusumah/excel2api | Converts Excel and CSV files into API endpoints | 8 |
markqiu/fastapi-mongodb-realworld-example-app | A real-world backend application using FastAPI and MongoDB | 440 |
pe-st/apidocs | Demonstrates different approaches to documenting REST APIs using OpenAPI format | 7 |